 |
Forums |
Admin Discussion Forums: help Start New Thread
By: Francis Hwang
RE: Getting objId for the commited object [ reply ] 2004-09-08 03:48
|
Though I should note that the DomainObject#pkId is just a normal method, so you should be able to use
alias_method :pkId, :objId
alias_method :pkId=, :objId=
if you absolutely can't stand using "pkId".
I have not tried this out myself, but off the top of my head I can't imagine why it wouldn't work.
|
|
 |