method
singleton_method_added
v2.3.8 -
Show latest stable
- Class:
ActiveRecord::Migration
singleton_method_added(sym)public
Because the method added may do an alias_method, it can be invoked recursively. We use @ignore_new_methods as a guard to indicate whether it is safe for the call to proceed.