Skip to content

Commit

Permalink
ensure session is setup
Browse files Browse the repository at this point in the history
  • Loading branch information
taweili committed Jun 24, 2009
1 parent 5911f0a commit d1bd553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/authlogic_facebook_connect/session.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def validate_by_facebook_connect
end

def authenticating_with_facebook_connect?
controller.set_facebook_session
attempted_record.nil? && errors.empty? && controller.facebook_session
end

Expand Down

0 comments on commit d1bd553

Please sign in to comment.