Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove: ActiveModel::Serialization#send and ActiveModel::Validations#…
…send (#595) Passing a Symbol argument to these methods will result in an error. ``` Cannot pass a value of type `::Symbol` as an argument of type `::String` ::Symbol <: ::String ::Object <: ::String ::BasicObject <: ::String(Ruby::ArgumentTypeMismatch) ``` Also, these methods do not exist. 2e17636 It appears to have been added by this commit, but appears to work fine without it.
- Loading branch information