Displaying 1 result from an estimated 1 matches for "save_trainee_evaluation".
2010 Mar 16
4
Get content from HTML element in Rails
...content of the form as a
string to save it to my database.
The reason for this is that the several provided forms differ a lot and
it''s only used as information, no calculations etc need to be done on
it.
So my view looks like this:
[code]
form_remote_tag :url=>{:action => ''save_trainee_evaluation'' do %>
<div id="content">
<%= contract_trainer_trainee.evaluation_template %>
</div>
<%= submit_tag ''Opslaan'' %>
<% end %>
[/code]
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subsc...