method

marshal_load

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: ActiveModel::Errors
marshal_load(array) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activemodel/lib/active_model/errors.rb, line 437 def marshal_load(array) # :nodoc: @base, @messages, @details = array apply_default_array(@messages) apply_default_array(@details) end
Register or log in to add new notes.