before_action: :move_to_index, eXcept: :index
private def move_to_index redirect_to action: :index unless user_signed_in? end
Recommended Posts