rbbt-rest 1.8.17 → 1.8.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/share/views/partials/form.haml +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: 834130ba2c10ceb148dd141d99d1bc28d708a731
|
4
|
+
data.tar.gz: f107639de0c18c732ea6a84fe308fc85b84d95b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7a4357c8c8ff92db067cee892058b50f5acf7bea38fc12266fb603f9bc94ad8ab57ad9f3b5c46e8f461c38fc0d1182aec615f36526715523fd135d7649ee29d
|
7
|
+
data.tar.gz: d46d8397713400ac4ea170ca7a0f45c7d2e2a900ac15004b878da1135e93dc77961c3b93e6449c1590fa2df0102faf054cfcaa9ab3b03873a73eaf443e2c9227
|
@@ -1,7 +1,7 @@
|
|
1
1
|
- id = nil unless defined? id
|
2
2
|
- action = nil unless defined? action
|
3
3
|
- klass = nil unless defined? klass
|
4
|
-
- method = 'post' unless defined? method
|
4
|
+
- method = 'post' unless (defined?(method) and not method.nil?)
|
5
5
|
- enctype = 'multipart/form-data' unless defined? enctype
|
6
6
|
- info = {} unless defined? info
|
7
7
|
- locals = {} unless defined? locals
|