aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/timebands_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/timebands_controller.rb')
-rw-r--r--app/controllers/timebands_controller.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/controllers/timebands_controller.rb b/app/controllers/timebands_controller.rb
deleted file mode 100644
index 937283b0e..000000000
--- a/app/controllers/timebands_controller.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-class TimebandsController < ChouetteController
- include ReferentialSupport
-
- defaults :resource_class => Chouette::Timeband
-
- respond_to :html
-
- belongs_to :referential
-
- private
- def timeband_params
- params.require(:timeband).permit( :name, :start_time, :end_time )
- end
-end