method
generate_relation_method
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::Delegation::DelegateCache
generate_relation_method(method)public
No documentation available.
# File activerecord/lib/active_record/relation/delegation.rb, line 52
def generate_relation_method(method)
generated_relation_methods.generate_method(method)
end