Displaying 1 result from an estimated 1 matches for "model_switchtype".
2006 Mar 01
1
observe_field question
...ipt_include_tag "prototype" %>
<h1>New model</h1>
<%= start_form_tag :action => ''create'' %>
<%= render_partial ''form'' %>
<%= submit_tag "Create" %>
<%= end_form_tag %>
<%= observe_field("model_switchtype",
:frequency => 0.5,
:update => :compatible,
:url => { :action => :display_compatible }) %>
<%= link_to ''Back'', :action => ''list'' %>
( Still using the basic scaffold gen...