We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c18fda + d7a1a85 commit 4669026Copy full SHA for 4669026
config/application.rb
@@ -27,6 +27,6 @@ class Application < Rails::Application
27
28
config.active_job.queue_adapter = :sidekiq
29
config.active_record.yaml_column_permitted_classes =
30
- [Symbol, Hash, Array, ActiveSupport::HashWithIndifferentAccess]
+ [Symbol, Hash, Array, ActiveSupport::HashWithIndifferentAccess, ActionController::Parameters]
31
end
32
0 commit comments