rails_country_select 1.0.4.pre6 → 1.0.4.pre7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rails_country_select.rb +1 -1
- data/lib/rails_country_select/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: cba903e5f2ff42883a22f82a107d7df869887c23
|
4
|
+
data.tar.gz: e1834f52846080d9ada84f3f2b95b6cf1c504c52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9398f1859806a51435d52bc6141480c1e0c68ccbd58218679acb2296d1893e99a0d18bbf1b98c2cd78fff7312eeb251ee1e0cd92a41e44a2e1d505fd9f121aa9
|
7
|
+
data.tar.gz: adda23bff6f8dba36a1e61b3e64ab8603bf078c5a8b0adde7f29b12190af7f6efd1c82e9b291ecf785b3d1b60fb174845f07c742951b6b70babd79353853aa42
|
data/lib/rails_country_select.rb
CHANGED
@@ -19,7 +19,7 @@ require File.expand_path('../country_definitions', __FILE__)
|
|
19
19
|
}
|
20
20
|
#options = options.delete(:object)
|
21
21
|
select_options = potential[options[:keys]].zip(potential[options[:values]])
|
22
|
-
select_tag(method, options_for_select(select_options, options[:selected]),html_options)
|
22
|
+
select_tag("#{@object}[#{method}]", options_for_select(select_options, options[:selected]),html_options)
|
23
23
|
#Tags::Select.new(object, method, self, select_options, options, html_options)
|
24
24
|
end
|
25
25
|
end
|