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