instance method
next_id
Ruby on Rails 3.0.20
Since v3.0.20 Last seen in v3.0.20Signature
next_id()
No documentation comment.
Source
# File activesupport/lib/active_support/callbacks.rb, line 146
def next_id
@@_callback_sequence += 1
end
Defined in activesupport/lib/active_support/callbacks.rb line 146
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Callbacks::Callback