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:
Ken Johnson
2013-05-31 00:31:13 -04:00
parent e483f1b2cd
commit a6a38c773e
4 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -127,7 +127,7 @@
<script type="text/javascript">
$('#calendar').fullCalendar({
events: <%= get_pto_schedule_schedule_index_path.inspect.html_safe %>,
})