ocean-rails 6.1.0 → 6.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/ocean/ocean_resource_controller.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: 11099e235654c1b72d446c70032b598b8c75b5a5
|
4
|
+
data.tar.gz: 6656cc737ac213ca7a86afe74501a692db715885
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c5bf70ffe1bc1af33c9ac54a9d4b2f005f18549ed6e76709b0f5aafabf721d87166ed9241fc24c97b708fcced6e5833022f99a8bf0bc3dea25d2a68a4121d979
|
7
|
+
data.tar.gz: 8caf83458d8fbe208c2826af2087ceb4f91dd1349c3fb790408fddeeca9705344ad5364f2497481412d1304b50add94cb763c2eaab85433dcac1502088f048a3
|
@@ -86,7 +86,7 @@ module Ocean
|
|
86
86
|
# that +comment_create+ will be called as the result of a +POST+ to the same hyperlink.
|
87
87
|
# Thus, +extra_actions+ maps actions to hyperlink names and HTTP methods.
|
88
88
|
#
|
89
|
-
def ocean_resource_controller(required_attributes: [:lock_version
|
89
|
+
def ocean_resource_controller(required_attributes: [:lock_version],
|
90
90
|
permitted_attributes: [],
|
91
91
|
no_validation_errors_on: [],
|
92
92
|
extra_actions: {}
|
data/lib/ocean/version.rb
CHANGED