added validation for all schedule fields (presence of) and working on a new way to dynamically update your calendar upon submission of a new calendar event
This commit is contained in:
@@ -36,6 +36,9 @@ resources :tutorials do
|
||||
end
|
||||
|
||||
resources :schedule do
|
||||
collection do
|
||||
get "get_pto_schedule"
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
@@ -53,6 +56,7 @@ resources :dashboard do
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
root :to => "sessions#new"
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user