ocean-rails 1.18.5 → 1.18.6
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: 7dbb87c8171723a47c930e77c5ab4bedef95724b
|
4
|
+
data.tar.gz: efa61cf8d2a3c561d8ca5fb3078c1efa029080b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f33511c55f3e001b911a406855c71b9bd4076ba501594351102c6aea8531207f839944d5903653d5a1074748ee1595cdbd589bf5d5a037ea4e236593554fc9f1
|
7
|
+
data.tar.gz: d87b35edca0265a1ddd8a917b8907a067add386048161a10925593d3b33f1398c501e2ee1b1d136a6ef408e4d6c9a674c534b1bcb77188ca0259c78dda12c53b
|
@@ -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 helper.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