aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorXinhui2017-10-25 14:42:23 +0200
committerXinhui2017-10-25 14:42:23 +0200
commitf2593e299db59552ee47400622cd9cc77cc3a8d1 (patch)
treed2e93b5852283be49ae1d8767e0d1bf56f82fc45 /app/controllers
parent118d1ae0c7ed66f408c5e260126ee553feda57a4 (diff)
downloadchouette-core-f2593e299db59552ee47400622cd9cc77cc3a8d1.tar.bz2
Breadcrumb for timebands
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/timebands_controller.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/controllers/timebands_controller.rb b/app/controllers/timebands_controller.rb
index 446255cac..765557193 100644
--- a/app/controllers/timebands_controller.rb
+++ b/app/controllers/timebands_controller.rb
@@ -6,14 +6,7 @@ class TimebandsController < ChouetteController
belongs_to :referential
- def new
- new! do
- build_breadcrumb :new
- end
- end
-
private
-
def timeband_params
params.require(:timeband).permit( :name, :start_time, :end_time )
end