ocean-rails 1.18.6 → 1.18.7
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: dab442a00f1ed9883d5f2c8c6b70b95714fd5f27
|
4
|
+
data.tar.gz: e0fe79ace58d02d351686a4c878ca0e6690ef947
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e00047b3b4d2b75057228fb32c6a0cd3d1d7b81eaa57d3b2c84a6dd2f20b52793eed7368f309a907c4f8b3f5cf40ef926b294fdb586795a47e5f6c4992d3189e
|
7
|
+
data.tar.gz: f56cef940ae21aa37d84c9f135b2a6d24dbf67dabd6f460a6b6c746477c86d0eac732521cb3ae6fb3af545a33bd889993647c456a0639169e6358f84b583c2a7
|
@@ -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
|
22
|
+
unless method_defined?(:api_user_url)
|
23
23
|
|
24
24
|
def api_user_url(x)
|
25
25
|
if x.blank?
|
data/lib/ocean/version.rb
CHANGED