Displaying 1 result from an estimated 1 matches for "otpions_with_prefix".
Did you mean:
options_with_prefix
2008 Jun 26
2
Problem with date_select after Rails 2.1 upgrade
...ons.merge(:use_hidden =>
discard[param])), html_options)
ArgumentError Exception: wrong number of arguments (3 for 2)
I can''t seem to find a way to step into, or down into select_year
without the exception bubbling up on me and ending the investigation.
Using step gets me to the end of otpions_with_prefix, but when I come
back up, I can only seem to execute the send call, which then bombs.
But anyway, my call to date_select is nothing weird, and I have no
plugins over-riding its behavior:
= date_select( ''context'', ''start_date'', {:start_year =>
2007, :order...