This is a little weird, I am trying to update an ActiveModel entry via rails_admin
console and updating any attribute on the model throws the error Psych::DisallowedClass
. Looks to me like the error is only thrown when the Model has some serialized fields. I am not sure how the Psych
library gets in the serialization scene under the hood, so looking for some pointers here.
Thanks!