Module: CapsuleCRM::CapsuleJsonable

Extended by:
ActiveSupport::Concern
Included in:
Address, Email, Phone, Website
Defined in:
lib/capsule_crm/capsule_jsonable.rb

Instance Method Summary collapse

Instance Method Details

#to_capsule_jsonObject



5
6
7
# File 'lib/capsule_crm/capsule_jsonable.rb', line 5

def to_capsule_json
  CapsuleCRM::HashHelper.camelize_keys attributes
end