contacts_client 0.0.54.pre.b → 0.0.54.pre.c

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/padma_contact.rb +3 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a68f0fc42e869125a95ecb02fabd800852d22bd1
4
- data.tar.gz: 842398d91114909d4f48ea00800b26e9885825c5
3
+ metadata.gz: 17781b0e225848055aea3a4da3edf703f88e671c
4
+ data.tar.gz: d88cadad8ba67bccda1703d954291f6742c838f5
5
5
  SHA512:
6
- metadata.gz: f9ce8815b6f5d62cd34e16b5285d5198879b64ac31f01e477615900ce84e19698055a5767e52de672fdf8197a0f9f4f16c07e2fe24ff822b65b6dd251743a564
7
- data.tar.gz: ac446807593d19a5a5a9748690f25be778ed6037fbf0e6cc3f805d38e0a4555432a281ffd8d2c985fb88a3c506814e6bf63a8f6f460a7d67bc1dd77c41963540
6
+ metadata.gz: 010bd95dfd95de0c217e48fb4d047e869b22c34da7760a23a4e2cc7b66b07d8e3b5087bcf13f86ef1721b7e001ddc332531e99330fda33987cadf50ba7a42fd3
7
+ data.tar.gz: 208f81d3ddc3d62d7562792d90cefc70a2f4ed1fc38f60e5c95c44af793f5603e3ee85072caabdfcce6ad8a6bbe5b3e674f90e2cbf3f17b09a340b603edffc36
@@ -48,6 +48,9 @@ class PadmaContact < LogicalModel
48
48
  # accessor for service to cache local version of contact
49
49
  attribute :local_contact
50
50
 
51
+ # accessor for service to cache local version of account-contact relationship
52
+ attribute :current_account_contact
53
+
51
54
  has_many :contact_attributes
52
55
  has_many :attachments
53
56
  has_many :tags
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.54.pre.b
4
+ version: 0.0.54.pre.c
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dwayne Macgowan