module Octopus::RelationProxy::CaseFixer

Public Instance Methods

===(other) click to toggle source
Calls superclass method
# File lib/octopus/relation_proxy.rb, line 6
def ===(other)
  other = other.ar_relation while ::Octopus::RelationProxy === other
  super
end