Set grammatical gender in tags controller
This commit is contained in:
parent
89b51dddf9
commit
ce7d008e09
1 changed files with 0 additions and 1 deletions
|
|
@ -3,7 +3,6 @@
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
class TagsController < ApplicationController
|
class TagsController < ApplicationController
|
||||||
skip_before_action :set_grammatical_gender
|
|
||||||
before_action :ensure_page, :only => :show
|
before_action :ensure_page, :only => :show
|
||||||
|
|
||||||
helper_method :tag_followed?
|
helper_method :tag_followed?
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue