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
Thanks for creating this wonderful gem.
I am trying to use this gem and almost all my needs are working well.
However, I noticed that the user_id is coming as nil, 0, 1, 2, 3.... etc
Hey dont know if this is still helpful, as it seems for me you are working with uuids as primary ids.
I just changed in the migration table the user_id and the impressionable_id to strings like:
Hi Folks,
Thanks for creating this wonderful gem.
I am trying to use this gem and almost all my needs are working well.
However, I noticed that the
user_id
is coming asnil, 0, 1, 2, 3....
etcSee below:
How I am adding
Anything I am missing here?
After changing the migration to create
ImpressionTable
, I am getting following error:The text was updated successfully, but these errors were encountered: