Modify conference registration to a singular resource
This commit is contained in:
parent
8b831b1977
commit
0675572e05
17 changed files with 37 additions and 37 deletions
|
|
@ -108,7 +108,7 @@ Osem::Application.routes.draw do
|
|||
end
|
||||
|
||||
# TODO: change conference_registrations to singular resource
|
||||
resource :conference_registrations, path: 'register'
|
||||
resource :conference_registration, path: 'register'
|
||||
resources :tickets, only: [:index]
|
||||
resources :ticket_purchases, only: [:create, :destroy]
|
||||
resource :subscriptions, only: [:create, :destroy]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue