Closed jagthedrummer closed 1 hour ago
This seems like a version of this problem: https://github.com/paper-trail-gem/paper_trail/issues/1464
If I change the Activity::Version
model from starting like this:
class Activity::Version < PaperTrail::Version
to starting like this:
class Activity::Version < ActiveRecord::Base
include PaperTrail::VersionConcern
then things start working.
In a new BT app I added this gem via the GitHub repo and then did this:
The migration for audit logs ran, but then when we try to generate an ERD it throws this error:
Since the migration ran I tried to use the app, but when I go to create a new Project or view the activity stream of an existing one I get this error, sadly with no backtrace: