garyfoster
garyfoster
see https://github.com/muratguzel/letsrate/issues/6
duplicate of [this](https://github.com/collectiveidea/audited/issues/470)
This works, if I put that code in config/initializers - is that a correct way to approach it?
This has been working great in an initializer: (and yes, active storage has been a joke) `Rails.configuration.to_prepare do ActiveStorage::Attachment.audited associated_with: :record end`
confirmable and invitable don't play well together when the invite hasn't been accepted yet, see [this issue](https://github.com/scambra/devise_invitable/issues/703) for more details
Ah, mogenerator, got it - this was very easy to follow by the way: http://raptureinvenice.com/getting-started-with-mogenerator/ I'm kind of a newb and yet to do my first pull request but will...
And if using ARC, add this command line switch --template-var arc=true as per https://github.com/rentzsch/mogenerator/issues/106