You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jimishjoban I guess this is a little out of date now, sorry! ⌚
The creator is assigned using a method on the model you're tracking and uses the options you've set at initialization. This method can be easily overridden on a class by class basis. Something like this might suit you:
classComment < ActiveRecord::Basedefcreator# Whatever you want to assign as the creatorifnew_record?superelseeditors.lastendendend
Hey guys,
Great gem! Found this issue:
Lets say User A creates a new comment.
User B (Moderator) edits this comment.
Changes are recorded fine... But if we do
It would print User A as the crumb creator instead of User B...
The text was updated successfully, but these errors were encountered: