contacts_client 0.0.16 → 0.0.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@ module BelongsToContact
18
18
  # @return [PadmaContact / PadmaContactDecorator]
19
19
  def contact(options={})
20
20
  if self.padma_contact.nil? || options[:force_service_call]
21
- self.padma_contact = PadmaContact.find(contact_id, {:account_name => self.account_name})
21
+ self.padma_contact = PadmaContact.find(contact_id, {select: :all, account_name: self.account_name})
22
22
  end
23
23
  ret = padma_contact
24
24
  if options[:decorated] && padma_contact
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: contacts_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.16
4
+ version: 0.0.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: