venue_commercial association establihed
This commit is contained in:
parent
1fdd029a86
commit
154f4a400c
3 changed files with 61 additions and 0 deletions
|
|
@ -43,6 +43,8 @@ Osem::Application.routes.draw do
|
|||
# Singletons
|
||||
resource :splashpage
|
||||
resource :venue do
|
||||
get 'venue_commercial/render_commercial' => 'venue_commercial#render_commercial'
|
||||
resource :venue_commercial, only: [:create, :update, :destroy]
|
||||
resources :rooms, except: [:show]
|
||||
end
|
||||
resource :registration_period
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue