Skip to content

Commit

Permalink
Remove yaml_column_permitted_classes (#326)
Browse files Browse the repository at this point in the history
This is already set in spree core - spree/spree@9b0d993
  • Loading branch information
damianlegawiec authored Aug 20, 2024
1 parent a4fc63a commit 0e7b206
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions config/initializers/assets.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
Rails.application.config.assets.precompile << 'spree_backend_manifest.js'

Rails.application.config.assets.configure do |env|
env.export_concurrent = false
Rails.application.config.active_record.yaml_column_permitted_classes = [Symbol, BigDecimal, ActiveSupport::HashWithIndifferentAccess]
end

0 comments on commit 0e7b206

Please sign in to comment.