ocean-rails 1.18.4 → 1.18.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/helpers/application_helper.rb +1 -1
- data/lib/ocean/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: ad5becc568b6f9d4344f38082044225a1db0fe43
|
4
|
+
data.tar.gz: 5c5f3dd1955b6168c209dbeb67e4d1b47e44f653
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 193c31aea1fd90750338057a399dc7859e421211491da8f8659730ff2994e6a50590a790a5db78bd0bbe8604786b7df1cf6be88f367eb54106489ba540071d34
|
7
|
+
data.tar.gz: ecd5cf973ba17b00f482d944a300cbaab1051743acc05d7b33ce5b99e3d0a59e3e0e0fcabe0a6a16a834da2392d535a0abe337c7c56dd390e020e8f7b25bef82
|
@@ -19,7 +19,7 @@ module ApplicationHelper
|
|
19
19
|
# This is needed everywhere except inside the Auth service to render creator
|
20
20
|
# and updater links correctly.
|
21
21
|
#
|
22
|
-
unless respond_to?(:api_user_url)
|
22
|
+
unless self.respond_to?(:api_user_url)
|
23
23
|
|
24
24
|
def api_user_url(x)
|
25
25
|
if x.blank?
|
data/lib/ocean/version.rb
CHANGED