caboose-rets 0.0.64 → 0.0.65
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YWRiNDM5N2Q1YzRhMzRiMDRlY2FmYzVlMWY0MDUwOTcyN2MxMWQxNA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YTcyYWRlOGNhMzRiN2RlZmQzY2M4Y2ZlZTE0ZjcxNGE1Mjc5ODIwNA==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NDUxZWRkNTJhNDZiODZmMjhiNmIxMGFlZmRmMmUxZGFiZjU0YmQ2YTUyOTQw
|
10
|
+
MWIwMjBiYzk1ZjBmNGVlN2IwZGUyODlkZTBmNjdmNjM0ZmU1Y2FmN2ZiM2Jl
|
11
|
+
M2M5ZmU3MTk2OTgxODQ2NmMzYjI2ZGVmZTQyYThlMTQ5ZmY3MDk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
Yzg5MjU0YmE3Y2Q2Mzk4MTY2Yjk1ZTc3ZjdiOGViMjAwNGY3YzllNzZhOWY5
|
14
|
+
ZTBmZDgxZTFkYzU3ZWM4N2RiNTgzZWZmYmViYjk0MTBiNDU0ZTcyMjBjNmFj
|
15
|
+
YTZiY2E4ZGE5ODY1YjA1ZmJlYTA1MzEyNWZiMmJiNGQ0OTAwZTI=
|
@@ -19,8 +19,8 @@ module CabooseRets
|
|
19
19
|
end
|
20
20
|
|
21
21
|
# get /admin/open-houses/refresh
|
22
|
-
def admin_refresh
|
23
|
-
RetsImporter.
|
22
|
+
def admin_refresh
|
23
|
+
RetsImporter.update_helper('OPH', DateTime.parse(1.month.ago.strftime('%F %T')))
|
24
24
|
resp = Caboose::StdClass.new
|
25
25
|
resp.success = "The open houses have been refreshed successfully."
|
26
26
|
render :json => resp
|
data/lib/caboose_rets/version.rb
CHANGED