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