Module: Octoball::RelationProxyIsARelation

Included in:
Octoball
Defined in:
lib/octoball/association.rb

Instance Method Summary collapse

Instance Method Details

#===(other) ⇒ Object



9
10
11
# File 'lib/octoball/association.rb', line 9

def ===(other)
  other.is_a?(self)
end