rails_country_select 1.0.4.pre4 → 1.0.4.pre5
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/version.rb +1 -1
- data/lib/rails_country_select.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: 0a6f87fcdbb32dc0d0a179f648d88f2c38b64754
|
4
|
+
data.tar.gz: 81d3b36899b5822ac07588c1991842af889d8b23
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 331e231bd594a8b75c6d6f37309152884b8ccdde48cc72fba0f5a8fbc957b8a63fb23610712b0b119d3c6f4c0e16ab653a5287bf3efed0298da9ddb88548b44e
|
7
|
+
data.tar.gz: bff168073dc7e5f010628c4fcc33b80d796a8501696f1141dea671335aba535a3fd08b0826383f1aea2b7563dcbd2607fb023f10ffe4ad46b71f472d70af5354
|
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),
|
22
|
+
select_tag(method, options_for_select(select_options),html_options)
|
23
23
|
#Tags::Select.new(object, method, self, select_options, options, html_options)
|
24
24
|
end
|
25
25
|
end
|