rails-engine / audit-log

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

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

Open amit opened 9 months ago

amit commented 9 months 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.