method
include_relation_methods
rails latest stable - Class:
ActiveRecord::Delegation::DelegateCache
include_relation_methods(delegate)protected
No documentation available.
# File activerecord/lib/active_record/relation/delegation.rb, line 55
def include_relation_methods(delegate)
superclass.include_relation_methods(delegate) unless base_class?
delegate.include generated_relation_methods
end