diff options
| author | Robert | 2017-06-20 17:03:56 +0200 | 
|---|---|---|
| committer | Robert | 2017-06-20 17:03:56 +0200 | 
| commit | f42ea52d0f7f6fd6cab7f9179f93e189dd90bdca (patch) | |
| tree | b90c3dad73117122ae322ea54c235d1ffc2cb465 /app/controllers/calendars_controller.rb | |
| parent | aceeb812800c9429631f9c21d3f1b063ee634fef (diff) | |
| download | chouette-core-f42ea52d0f7f6fd6cab7f9179f93e189dd90bdca.tar.bz2 | |
Refs: #3595@3h; calendars/new Date validation
Diffstat (limited to 'app/controllers/calendars_controller.rb')
| -rw-r--r-- | app/controllers/calendars_controller.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/app/controllers/calendars_controller.rb b/app/controllers/calendars_controller.rb index 86d567882..a2bfe9b63 100644 --- a/app/controllers/calendars_controller.rb +++ b/app/controllers/calendars_controller.rb @@ -5,6 +5,7 @@ class CalendarsController < BreadcrumbController    respond_to :html    respond_to :js, only: :index +    private    def calendar_params      permitted_params = [:id, :name, :short_name, periods_attributes: [:id, :begin, :end, :_destroy], date_values_attributes: [:id, :value, :_destroy]] | 
