Implements Contacts
This commit is contained in:
parent
4955b2b7b8
commit
eb3e6898d2
9 changed files with 156 additions and 5 deletions
|
|
@ -1,5 +1,6 @@
|
|||
Osem::Application.routes.draw do
|
||||
|
||||
|
||||
devise_for :users, controllers: { registrations: :registrations,
|
||||
omniauth_callbacks: 'users/omniauth_callbacks' },
|
||||
path: 'accounts'
|
||||
|
|
@ -8,6 +9,7 @@ Osem::Application.routes.draw do
|
|||
resources :users
|
||||
resources :people
|
||||
resources :conference do
|
||||
resource :contact, except: [:index, :new, :create]
|
||||
resource :schedule, only: [:show, :update]
|
||||
get '/stats' => 'stats#index'
|
||||
get '/venue' => 'venue#show', as: 'venue_info'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue