initialize invites
Invites model,controller and views are initialized. add datepicker and selectize in invites#new calender is added for end date field and selectize is added for emails field to allow multiple emails in field
This commit is contained in:
parent
a96722b3c3
commit
654760c3fc
8 changed files with 77 additions and 2 deletions
|
|
@ -45,7 +45,7 @@ Osem::Application.routes.draw do
|
|||
get '/volunteers_list' => 'volunteers#show'
|
||||
get '/volunteers' => 'volunteers#index', as: 'volunteers_info'
|
||||
patch '/volunteers' => 'volunteers#update', as: 'volunteers_update'
|
||||
|
||||
resources :invites
|
||||
resources :booths do
|
||||
member do
|
||||
patch :accept
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue