Closed pzgz closed 1 year ago
When using in API only mode, running
rails g audit_log:install
will result inmethod_missing': undefined method
assets' for #<Rails::Application:...`, there might be a better way to detect api only mode application, but for now, simply check the assets attribute existence
Worked. Thanks
When using in API only mode, running
rails g audit_log:install
will result inmethod_missing': undefined method
assets' for #<Rails::Application:...`, there might be a better way to detect api only mode application, but for now, simply check the assets attribute existence