Method: StaticModel#==

Defined in:
lib/static_model.rb

#==(other) ⇒ Object



42
43
44
# File 'lib/static_model.rb', line 42

def ==(other)
  other.present? && other.is_a?(self.class) && id == other.id
end