Skip to content

Commit

Permalink
home controller fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bavardage committed Aug 21, 2011
1 parent 0a33c5c commit 777a184
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/controllers/home_controller.rb
@@ -1,6 +1,7 @@
class HomeController < ApplicationController
def index
if current_user
redirect_to current_user
if current_user
redirect_to current_user
end
end
end

0 comments on commit 777a184

Please sign in to comment.