Module: Octopus::RelationProxy::CaseFixer
- Defined in:
- lib/octopus/relation_proxy.rb
Instance Method Summary collapse
Instance Method Details
#===(other) ⇒ Object
6 7 8 9 |
# File 'lib/octopus/relation_proxy.rb', line 6 def ===(other) other = other.ar_relation while ::Octopus::RelationProxy === other super end |