Displaying 2 results from an estimated 2 matches for "m000406".
Did you mean:
m000206
2006 Jun 16
3
us_states plugin
Hello,
I am trying to figure out how to use the options available with the
us_states plugin. What is the proper syntax for using the :priority
and :with_abbreviation options?
Thanks,
jeremy
2006 Jul 08
10
A rant about parameters
...he api docs, it says:
----
*country_select*(object, method, priority_countries = nil, options = {},
html_options = {})
Return select and option tags for the given object and method, using
country_options_for_select
<http://api.rubyonrails.com/classes/ActionView/Helpers/FormOptionsHelper.html#M000406>
to generate the list of option tags.
----
How was I to know it should have been an array? Had I not been so tired,
I would''ve probably infrerred it from the parameter''s pluralization.
Additionally, after figuring out the problem, I noted
country_options_for_selects doc doe...