diff options
| author | Xinhui | 2017-11-22 14:34:05 +0100 | 
|---|---|---|
| committer | Xinhui | 2017-11-28 12:21:03 +0100 | 
| commit | 4792a04f83f5a52757092e5b66f6d27f658c3c6b (patch) | |
| tree | 4ec705370cf3c246ebad4ceed66106f176eae42c /app/controllers/time_tables_controller.rb | |
| parent | 1e54a61308a8bbb9ad9d63341a4c9d817f414026 (diff) | |
| download | chouette-core-4792a04f83f5a52757092e5b66f6d27f658c3c6b.tar.bz2 | |
Refactoring move referentialSupport from chouetteController into childrens
Diffstat (limited to 'app/controllers/time_tables_controller.rb')
| -rw-r--r-- | app/controllers/time_tables_controller.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/controllers/time_tables_controller.rb b/app/controllers/time_tables_controller.rb index 0c1769ad7..a0fa168f0 100644 --- a/app/controllers/time_tables_controller.rb +++ b/app/controllers/time_tables_controller.rb @@ -1,4 +1,5 @@  class TimeTablesController < ChouetteController +  include ReferentialSupport    include TimeTablesHelper    include RansackDateFilter    before_action only: [:index] { set_date_time_params("bounding_dates", Date) } @@ -179,7 +180,6 @@ class TimeTablesController < ChouetteController      params.require(:time_table).permit(        :objectid,        :object_version, -      :creator_id,        :calendar_id,        :version, :comment, :color,        :int_day_types, | 
