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.
- checksums.yaml +4 -4
- data/app/models/padma_contact.rb +3 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 17781b0e225848055aea3a4da3edf703f88e671c
|
4
|
+
data.tar.gz: d88cadad8ba67bccda1703d954291f6742c838f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 010bd95dfd95de0c217e48fb4d047e869b22c34da7760a23a4e2cc7b66b07d8e3b5087bcf13f86ef1721b7e001ddc332531e99330fda33987cadf50ba7a42fd3
|
7
|
+
data.tar.gz: 208f81d3ddc3d62d7562792d90cefc70a2f4ed1fc38f60e5c95c44af793f5603e3ee85072caabdfcce6ad8a6bbe5b3e674f90e2cbf3f17b09a340b603edffc36
|
data/app/models/padma_contact.rb
CHANGED
@@ -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
|