Best way to represent who changed the state of an object and when? (AASM)
Right now I\'m storing the user who last updated the state of my model in the state_last_updated_by_id field and the time the state was last updated in the state_updated_at field. Then I define method
问答
阅读(1)