From ce7d008e09c443ac924347742fdfc9769d8d43b3 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sat, 3 Sep 2016 11:14:16 +0200 Subject: [PATCH] Set grammatical gender in tags controller --- app/controllers/tags_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb index a18e934b6..30ddfec00 100644 --- a/app/controllers/tags_controller.rb +++ b/app/controllers/tags_controller.rb @@ -3,7 +3,6 @@ # the COPYRIGHT file. class TagsController < ApplicationController - skip_before_action :set_grammatical_gender before_action :ensure_page, :only => :show helper_method :tag_followed?