Skip to content

Commit 4669026

Browse files
authored
Merge pull request #373 from amatsuda/ac_params_in_proposal_data
proposals.proposal_data may include serialized AC::Parameters as well
2 parents 0c18fda + d7a1a85 commit 4669026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ class Application < Rails::Application
2727

2828
config.active_job.queue_adapter = :sidekiq
2929
config.active_record.yaml_column_permitted_classes =
30-
[Symbol, Hash, Array, ActiveSupport::HashWithIndifferentAccess]
30+
[Symbol, Hash, Array, ActiveSupport::HashWithIndifferentAccess, ActionController::Parameters]
3131
end
3232
end

0 commit comments

Comments
 (0)