We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fccec5 commit dbecd5fCopy full SHA for dbecd5f
app/controllers/home_controller.rb
@@ -1,5 +1,5 @@
1
class HomeController < ApplicationController
2
- def index
3
- redirect_to :users if current_user
4
- end
+ def index
+ redirect_to :users if current_user
+ end
5
end
0 commit comments