rails_country_select 1.0.4.pre7 → 1.0.4.pre8
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: 14c2550ab35bcfa1dfc7fe301ecbe46218c8cc08
|
4
|
+
data.tar.gz: 6dce90c7c9c6b5950fa391d8745cddc0796889da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 63b139e277fef9db27466657e3fd1fce07132abba9a9634c90c5eec6e3f97b83fb67a00cfc56f675c95afe3a476c668794675fc8259c448105d94ce3f14cd16e
|
7
|
+
data.tar.gz: 6a62b1cc2c461c5a1447b001865d9a45e7e0f43b5cfa4787428db489093ea6658cd74b580202c19658b5065c774c22359a9b7606967310fbd0147b5d606cdc43
|
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("#{
|
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
|