search for: call_back

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

Did you mean: call_ack
2008 Jun 16
2
call_backs Is it?
...longs_to service_desk_ticket Now my requiremnet is whenever a new service desk activity as well as service desk attachment is added the updated_on field of ServiceDeskTicket is to be updated..(created_on and updated_on magic fields of rails)..Can I set this in ServiceDeskTicket class like a call_back..Since I am very new to rails call back functionality asking like this..Please correct if wrong...How can I do this without rewritng the code(I ma not asking update_attribute)..If I continue like sd_ticket.update_attribute(''fieldname'',value) i have to do in all the definitions .H...