method
constraints
v6.0.0 -
Show latest stable
- Class:
ActiveRecord::Reflection::AbstractReflection
constraints()public
No documentation available.
# File activerecord/lib/active_record/reflection.rb, line 215
def constraints
chain.flat_map(&:scopes)
end