diff options
Diffstat (limited to 'app/controllers/time_tables_controller.rb')
| -rw-r--r-- | app/controllers/time_tables_controller.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/time_tables_controller.rb b/app/controllers/time_tables_controller.rb index 50c925eac..5dc84ddf1 100644 --- a/app/controllers/time_tables_controller.rb +++ b/app/controllers/time_tables_controller.rb @@ -18,6 +18,11 @@ class TimeTablesController < ChouetteController end end + def month + @date = params['date'] ? Date.parse(params['date']) : Date.today + @time_table = resource + end + def new @autocomplete_items = ActsAsTaggableOn::Tag.all new! do |
