method
next_id
rails 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