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
The timestamp would be on the Role table which would track the creation of the Role. Since the users_roles table is created as a HABTM it can't store a timestamp, if the table could instead be created as a has_many through then it would be possible to store the timestamp, the only problem being backwards compatability. So to fix this #318 would need to be fixed as well. We do take pull requests from the community. :)
The text was updated successfully, but these errors were encountered: