This PR defers referencing any ActiveRecord classes until the framework has been initialized to ensure the Rails.application.config.filter_parameters setting is applied properly. Unfortunately our usage of combustion makes it impossible to add automated test coverage but I've manually verified the fix using https://github.com/jturkel/rails-test-app.
This PR defers referencing any ActiveRecord classes until the framework has been initialized to ensure the
Rails.application.config.filter_parameters
setting is applied properly. Unfortunately our usage of combustion makes it impossible to add automated test coverage but I've manually verified the fix using https://github.com/jturkel/rails-test-app.Fixes #140
prime: @erikkessler1