diff --git a/app/controllers/posts_controller.rb b/app/controllers/posts_controller.rb index 1a4aad021..330c5490f 100644 --- a/app/controllers/posts_controller.rb +++ b/app/controllers/posts_controller.rb @@ -5,7 +5,6 @@ class PostsController < ApplicationController skip_before_filter :count_requests skip_before_filter :set_invites - skip_before_filter :set_locale skip_before_filter :which_action_and_user skip_before_filter :set_grammatical_gender diff --git a/app/controllers/publics_controller.rb b/app/controllers/publics_controller.rb index fcc96e654..2c864fd0b 100644 --- a/app/controllers/publics_controller.rb +++ b/app/controllers/publics_controller.rb @@ -9,7 +9,6 @@ class PublicsController < ApplicationController skip_before_filter :set_header_data skip_before_filter :count_requests skip_before_filter :set_invites - skip_before_filter :set_locale skip_before_filter :which_action_and_user skip_before_filter :set_grammatical_gender