Open fonji opened 5 years ago
It is possible to use Contact.update!(id, params) or Company.update!(id, params). This adds the same functionnality for Deal.
Contact.update!(id, params)
Company.update!(id, params)
I tried using updatable_resource, sadly Deal seems to be a bit weird… This is a first step, as it uses the same signatures.
updatable_resource
It is possible to use
Contact.update!(id, params)
orCompany.update!(id, params)
. This adds the same functionnality for Deal.I tried using
updatable_resource
, sadly Deal seems to be a bit weird… This is a first step, as it uses the same signatures.