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