rails_country_select 1.0.4.pre3 → 1.0.4.pre4
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 +2 -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: b51e572ddcaf32a5eb44366c9f2d49c4adcc3b0e
|
4
|
+
data.tar.gz: b79a681f8ef6a0baa0f285d8246121a34905dfc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 774182a86b25c2348b73f70477d53ae802008e493503c21b64e29eef04bcd802527bcf2feb9cbe10bd69996f3ad23b529becf3bbeca99b926f8b3baf00fcc31e
|
7
|
+
data.tar.gz: 30130a40cacf64b35c7160c5a0b6f248c87feeea2f346d006a6d2fc20185fe1d02c5fcad060f400fa45a43b808b458b664ae4d5f18504efa460bb615f35e21ae
|
data/lib/rails_country_select.rb
CHANGED
@@ -19,7 +19,8 @@ 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
|
-
|
22
|
+
select_tag(method, options_for_select(select_options),options,html_options)
|
23
|
+
#Tags::Select.new(object, method, self, select_options, options, html_options)
|
23
24
|
end
|
24
25
|
end
|
25
26
|
|