Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rails decided to deem Symbol safe so we can too. April reported not being able to update CMS pages. I was able to reproduce in development environment. ``` Completed 500 Internal Server Error in 235ms (ActiveRecord: 46.5ms | Allocations: 89677) Psych::DisallowedClass (Tried to load unspecified class: Symbol): comfortable-mexican-sofa (456fb8507e96) app/controllers/comfy/admin/cms/pages_controller.rb:49:in `update' ``` Left breadcrumbs so that we can clean this up with patched version of Rails
- Loading branch information