Skip to content

Commit

Permalink
Docs: Fix incorrect list of callbacks
Browse files Browse the repository at this point in the history
The METHODS array below does not contain 'destroy'. So, it is not
a callback.
  • Loading branch information
jaredbeck committed Sep 24, 2018
1 parent bd59808 commit dc553f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/authlogic/session/callbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ module Session
#
# before_destroy
# [save record if record.changed?]
# destroy
# after_destroy
#
# Notice the "save record if changed?" lines above. This helps with performance. If
Expand Down

0 comments on commit dc553f8

Please sign in to comment.