rails-engine / audit-log

📑 Create audit logs into the database for user behaviors, including a web UI to query logs.
MIT License
168 stars 26 forks source link

Change the type of user_id and record_id to string so UUID keys work! #14

Open amit opened 1 year ago

amit commented 1 year ago

Current version does not work if your user ids are non-numeric (UUID!). The same with the record id. This little change allows both int and non-int types work.