simple_form_extension 1.2.8 → 1.2.9
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88e734be18ac47e61fdcf51804ea70e94e1bae6d
|
4
|
+
data.tar.gz: d266cca3da7897489262fd64c2945d809545db26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e66f2d4a0636c5a1cdd5ce94ab08e9820cd1e2caaa2d8b0e6f7b41d4df9ee80ed338444f9a1156be6d1b3dbf5645a9e4df2ab8d163a180635f4c10e2a34f4cd
|
7
|
+
data.tar.gz: a1ad99d68ce2b42cd39c094fb93ea94171ea279e34c82ad77c8d226314718c7b97282b7261b957f75378623d0e38bee962469f9768a5dd7b254aa8e3e678d9e1
|
@@ -14,7 +14,6 @@ module SimpleFormExtension
|
|
14
14
|
#
|
15
15
|
def input(wrapper_options = {})
|
16
16
|
@attribute_name = reflection.foreign_key if relation?
|
17
|
-
puts "RELATION ? => #{ relation? } // #{ reflection.foreign_key }"
|
18
17
|
input_html_options[:data] ||= {}
|
19
18
|
|
20
19
|
input_html_options[:data].merge!(
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simple_form_extension
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alexandre Vasseur
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-04-
|
11
|
+
date: 2015-04-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -180,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
180
180
|
version: '0'
|
181
181
|
requirements: []
|
182
182
|
rubyforge_project:
|
183
|
-
rubygems_version: 2.
|
183
|
+
rubygems_version: 2.4.4
|
184
184
|
signing_key:
|
185
185
|
specification_version: 4
|
186
186
|
summary: A simple extention for simple_form with, colorpiker, icon, fileupload, image
|