method
generated_association_methods
v4.2.1 -
Show latest stable
- Class:
ActiveRecord::Core::ClassMethods
generated_association_methods()public
No documentation available.
# File activerecord/lib/active_record/core.rb, line 203
def generated_association_methods
@generated_association_methods ||= begin
mod = const_set(:GeneratedAssociationMethods, Module.new)
include mod
mod
end
end