Displaying 1 result from an estimated 1 matches for "phonable_id".
2009 Feb 09
0
submit_to_remote change from 2.1 to 2.2 now gives wrong number of arguments
...te(''create_button'', ''Add Phone'',
:submit =>
"phone_form",
:url =>
send( "#{@phonable_type.to_s.downcase.singularize}_phones_path",
@phonable_id),
:method => "post",
:html => {:class =>
''submit''}
) %>
was working totally fine under 2.1.1,
it throws w...