search for: discard_second

Displaying 1 result from an estimated 1 matches for "discard_second".

2008 Jun 09
3
Rails 2.1 and ddatetime_select
...:action => :add_booking_note_ajax, :id => @booking}, :html =>{:id=>''new_booking_note''}) do %> <%= datetime_select(:note, :follow_up, :discard_second => true, :minute_step => 15) %> <%= text_area ''note'', ''body'', :rows => "7" %> <%= submit_tag ''Save''%> <% end %> Results in: ActionView::TemplateError (wrong number of arguments (2 for 1)) I...