aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
authorZog2018-03-30 14:46:37 +0200
committerZog2018-04-09 16:57:59 +0200
commit745428deb8e0df2c7c8a991ab8a5f5231e6d6c7f (patch)
tree40da9487591cef17947da0c2a23d05b5e06bd1bb /app/controllers/application_controller.rb
parent98c723ee956b478e8ffb466e461c9889a272efdf (diff)
downloadchouette-core-745428deb8e0df2c7c8a991ab8a5f5231e6d6c7f.tar.bz2
Refs #6367; Add metadata to routes
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r--app/controllers/application_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 9a83394e2..4a89410d3 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -1,5 +1,6 @@
class ApplicationController < ActionController::Base
include PaperTrailSupport
+ include MetadataControllerSupport
include Pundit
include FeatureChecker
@@ -10,7 +11,6 @@ class ApplicationController < ActionController::Base
before_action :authenticate_user!
before_action :set_locale
-
# Load helpers in rails engine
helper LanguageEngine::Engine.helpers