Ruby on Rails Tuesday, March 29, 2011

Hi.

    I have to use one of my method only once after data will be saved.
So I thought that i will use callback with condition e.g 'if only_once?'
Therefore i nead a variable that will remember state whole time but i need to
change it once.
    So should I use constant or class variable ?
Or maybe is better way to do this ?

Thanks for the replies in advance.


No comments:

Post a Comment