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
We currently generate uuids lazily on demand. I ran into a case where I wanted every item to have a uuid. I should just be able to spit this option in uuidify :always => true and have that add the after_create hook.
We currently generate uuids lazily on demand. I ran into a case where I wanted every item to have a uuid. I should just be able to spit this option in
uuidify :always => trueand have that add the after_create hook.