We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Detail: the arity of the serialize class method changed a little, taking type" and coder: kwargs. EDIT: API docs on serialize, https://api.rubyonrails.org/classes/ActiveRecord/AttributeMethods/Serialization/ClassMethods.html#method-i-serialize
serialize
type"
coder:
The new arity is: serialize(attr_name, coder: nil, type: Object, yaml: {}, **options)
serialize(attr_name, coder: nil, type: Object, yaml: {}, **options)
What's the state now?
The text was updated successfully, but these errors were encountered:
Is there an issue? If you have discovered an issue please explain in more detail.
Sorry, something went wrong.
No branches or pull requests
Detail: the arity of the
serialize
class method changed a little, takingtype"
andcoder:
kwargs. EDIT: API docs on serialize, https://api.rubyonrails.org/classes/ActiveRecord/AttributeMethods/Serialization/ClassMethods.html#method-i-serializeThe new arity is:
serialize(attr_name, coder: nil, type: Object, yaml: {}, **options)
What's the state now?
The text was updated successfully, but these errors were encountered: