Displaying 1 result from an estimated 1 matches for "save_record".
Did you mean:
safe_record
2006 Jun 29
2
? concerning ActiveRecord, Action and template
...onationController, action method donation_entry, couldn''t I do the
following, thus avoiding two or three templates/forms - one for each
action, if I have just the one action of donation_entry:
def donation_entry (in psuedo code)
if new_record
add record
else
if save record
save_record
else
if update_record
update_record
end
In case you are wondering, if the user wanted to immediately add a
second donation record, they would select Donation off the sidebar menu.
I hope this is sufficient information. Any help is very much
appreciated.
Thanks in advance.
Kee (Scott)...