Displaying 1 result from an estimated 1 matches for "add_booking_note_ajax".
2008 Jun 09
3
Rails 2.1 and ddatetime_select
I''ve updated to 2.1 and am continuing to have issues with
datetime_select helpers which worked fine previously.
Example:
<% form_remote_tag(:url => { :controller => ''notes'',
                                            :action
=> :add_booking_note_ajax,
                                            :id => @booking},
                                            :html
=>{:id=>''new_booking_note''}) do %>
      <%= datetime_select(:note, :follow_up, :discard_second =>
true, :minute_step => 15) %>
      <%= tex...