method
constraints
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::Reflection::AbstractReflection
constraints()public
No documentation available.
# File activerecord/lib/active_record/reflection.rb, line 212
def constraints
chain.map(&:scopes).flatten
end