Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieg Zaharia committed May 2, 2013
1 parent 36e38a0 commit 61adb21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/authlogic/session/active_record_trickery.rb
Expand Up @@ -56,7 +56,6 @@ def persisted?
!(new_record? || destroyed?)
end

# Don't use this yourself, this is to just trick some of the helpers since this is the method it calls.
def destroyed?
record.nil?
end
Expand Down

0 comments on commit 61adb21

Please sign in to comment.