Sha256: 94629bf36ddafa7142508b6a11fe93d93fc300783b864aa0790fbc716af857db

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

Rails.application.routes.draw do
  root 'welcome#index'

  resources :products, only: %i(index show)
  resources :inquiries, only: %i(new create)

  namespace :mylist do
    Daimon::Exhibition.routes :products, self
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
daimon-exhibition-0.1.0 spec/dummy/config/routes.rb