search for: performance_go

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

Did you mean: performance_goal
2007 Jul 12
1
remote_form_for behavior on javascript submit();
Hey all, Tried this on the IRC channel but after an hour i figured nobody that was on knew, so i''ll try it here. I have a rhtml page with: <% remote_form_for(:performance_goal, :url => user_performance_goal_path(@user.account, @user, @performance_goal), :html => {:id => ''sidebar_form'', :method => :put}) do |f| %> <%= f.text_area :impact, :size => ''25x3'', :onchange => "this.form.submit();" %> &lt...