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