aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
diff options
context:
space:
mode:
authorXinhui2016-12-05 11:38:11 +0100
committerXinhui2016-12-05 11:38:11 +0100
commitc18839ee89fdc4e82be9bc25b148117a96ecc3c7 (patch)
treef79c34d7baf2f7cb2aa355b150ad7a5d08c5675d /app/controllers
parentfc39661b701553e00a81970f4b2475e52b53633a (diff)
downloadchouette-core-c18839ee89fdc4e82be9bc25b148117a96ecc3c7.tar.bz2
Wip bulk_update action JourneyPatternsController
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/journey_patterns_controller.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/controllers/journey_patterns_controller.rb b/app/controllers/journey_patterns_controller.rb
index 326c5397a..1e2d2f191 100644
--- a/app/controllers/journey_patterns_controller.rb
+++ b/app/controllers/journey_patterns_controller.rb
@@ -19,6 +19,11 @@ class JourneyPatternsController < ChouetteController
object.special_update
end
+ def bulk_update
+ ap "--------call to bulk_update action ------------"
+ ap params
+ end
+
def show
@map = JourneyPatternMap.new(journey_pattern).with_helpers(self)
@stop_points = journey_pattern.stop_points.paginate(:page => params[:page])