rentlinx 0.7.4 → 0.7.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rentlinx/modules/link_client_methods.rb +1 -1
- data/lib/rentlinx/version.rb +1 -1
- 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: ece9f2f15c9e92ce559ec368a07a2831d1e49e8c
|
4
|
+
data.tar.gz: 0544f5c26e482eff2f9e72dfa08785e71f1ab2d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e865bd65d1c31d11a9feec2635bc4269e03ecc3c0c6cbb4b3fc37cb7c618beef13053e2e6f561de9afbae967539a7661e5d1769a420ada3a0eeafa73f66a695
|
7
|
+
data.tar.gz: a0efc6f995b6e1d7ad073da35a24d5ec26657938377bc20fb042551fac8766e339582d3e5c9f2fddeb6386bf4beaee8c4afa7e0b2fb91b115472586b70921b6d
|
@@ -40,7 +40,7 @@ module Rentlinx
|
|
40
40
|
|
41
41
|
def get_links_for_unit(unit)
|
42
42
|
links = get_links_for_property_id(unit.propertyID)
|
43
|
-
links.select { |link| defined?
|
43
|
+
links.select { |link| defined?(link.unitID) && link.unitID == unit.unitID }
|
44
44
|
end
|
45
45
|
|
46
46
|
def unpost_link(link)
|
data/lib/rentlinx/version.rb
CHANGED