Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
Fix logged in checking
Browse files Browse the repository at this point in the history
  • Loading branch information
skalnik committed Feb 23, 2011
1 parent baf798c commit 507ce3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/home_controller.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class HomeController < ApplicationController
def index
if logged_in?
if user_signed_in?
render :index
else
render :landing
Expand Down

0 comments on commit 507ce3e

Please sign in to comment.