method
generate_relation_method
rails 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