before_action: :move_to_index, eXcept: :index
private
def move_to_index
redirect_to action: :index unless user_signed_in?
end
Go to list of users who liked
More than 3 years have passed since last update.
before_action: :move_to_index, eXcept: :index
private
def move_to_index
redirect_to action: :index unless user_signed_in?
end
Register as a new user and use Qiita more conveniently
Go to list of users who liked