aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/lines_controller.rb
diff options
context:
space:
mode:
authorZog2018-01-17 09:36:15 +0100
committerZog2018-01-25 17:17:59 +0100
commit377ddcd306fb9e61e734aaf3762e05f448938af0 (patch)
tree4947ecf95e346adb1eb5578a4cd559a7fa146d33 /app/controllers/lines_controller.rb
parent44d38ab6b6a05a56a73c443c62f4a88d1733f274 (diff)
downloadchouette-core-377ddcd306fb9e61e734aaf3762e05f448938af0.tar.bz2
Refs #5586 @1.5h; Migrate more decorators
- Remove ApiKeyDecorator (never used) - Migrate CalendarDecorator - Migrate CompanyDecorator - Migrate TimeTableDecorator
Diffstat (limited to 'app/controllers/lines_controller.rb')
-rw-r--r--app/controllers/lines_controller.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/lines_controller.rb b/app/controllers/lines_controller.rb
index 10ecc7e9d..22578187f 100644
--- a/app/controllers/lines_controller.rb
+++ b/app/controllers/lines_controller.rb
@@ -70,10 +70,6 @@ class LinesController < ChouetteController
end
end
- def decorated_collection
- @lines
- end
-
helper_method :decorated_collection
protected