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
Hello, I just set this gem in my project but i got this error: ActiveRecord::AssociationTypeMismatch (Employee(#70255204106080) expected, got User(#70255256449680)) when i try to update an employee.
I have a Employee model that is my "model_stamper" and an User model too.
I want to use Employee for being the model_stamper and only use it for track when the current_employee update another employee.
I don't know what could be happening.
without this gem, it works well. but I want to use it.
I appreciate it if someone could help. rails version Rails 4.2.4 ruby 2.2.2
Hello, I just set this gem in my project but i got this error:
ActiveRecord::AssociationTypeMismatch (Employee(#70255204106080) expected, got User(#70255256449680))
when i try to update an employee.I have a Employee model that is my "model_stamper" and an User model too.
I want to use Employee for being the model_stamper and only use it for track when the
current_employee
update another employee.I don't know what could be happening.
without this gem, it works well. but I want to use it.
I appreciate it if someone could help.
rails version Rails 4.2.4
ruby 2.2.2
The text was updated successfully, but these errors were encountered: