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
Fix Audited::Audit constant error for Rails 7 compatibility
- Add explicit require for 'audited/audit' to ensure proper load order
- Change VulcanAudit to inherit from Audited::Audit directly
- This fixes the 'uninitialized constant Audited::Audit' error in Rails 7
- The issue was caused by load order - the audit class needs to be loaded before inheritance
Co-Authored-By: Aaron Lippold <[email protected]>
0 commit comments