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