Displaying 1 result from an estimated 1 matches for "use_hidden".
Did you mean:
sf_hidden
2008 Jun 26
2
Problem with date_select after Rails 2.1 upgrade
...this appears to be the
line that''s bombing out:
/Users/wgray/Documents/Sources/Rails/tempo/vendor/rails/actionpack/lib/
action_view/helpers/date_helper.rb:655
date_or_time_select.insert(0, self.send("select_#{param}", datetime,
options_with_prefix(position[param], options.merge(:use_hidden =>
discard[param])), html_options))
(rdb:1) eval self.send("select_#{param}", datetime,
options_with_prefix(position[param], options.merge(:use_hidden =>
discard[param])), html_options)
ArgumentError Exception: wrong number of arguments (3 for 2)
I can''t seem to find a wa...