summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
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 4d0ed2e..32c7373 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -6,7 +6,7 @@ class ApplicationController < ActionController::Base
6 6
7 protect_from_forgery # See ActionController::RequestForgeryProtection for details 7 protect_from_forgery # See ActionController::RequestForgeryProtection for details
8 8
9 before_filter :set_locale 9 before_action :set_locale
10 10
11 protected 11 protected
12 12