Skip to content

Commit dbecd5f

Browse files
committed
Fix tabs
1 parent 6fccec5 commit dbecd5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/controllers/home_controller.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class HomeController < ApplicationController
2-
def index
3-
redirect_to :users if current_user
4-
end
2+
def index
3+
redirect_to :users if current_user
4+
end
55
end

0 commit comments

Comments
 (0)