Skip to content

Commit

Permalink
Merge pull request #373 from amatsuda/ac_params_in_proposal_data
Browse files Browse the repository at this point in the history
proposals.proposal_data may include serialized AC::Parameters as well
  • Loading branch information
amatsuda authored Nov 14, 2024
2 parents 0c18fda + d7a1a85 commit 4669026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ class Application < Rails::Application

config.active_job.queue_adapter = :sidekiq
config.active_record.yaml_column_permitted_classes =
[Symbol, Hash, Array, ActiveSupport::HashWithIndifferentAccess]
[Symbol, Hash, Array, ActiveSupport::HashWithIndifferentAccess, ActionController::Parameters]
end
end

0 comments on commit 4669026

Please sign in to comment.