Method: CapsuleCRM::Base#==

Defined in:
lib/capsulecrm/base.rb

#==(other) ⇒ Object

nodoc



36
37
38
39
# File 'lib/capsulecrm/base.rb', line 36

def ==(other)
  return false if other.nil?
  id == other.id
end