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