method
next_id
v3.0.0 -
Show latest stable
- Class:
ActiveSupport::Callbacks::Callback
next_id()public
No documentation available.
# File activesupport/lib/active_support/callbacks.rb, line 145
def next_id
@@_callback_sequence += 1
end