method

type_cast

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: AttributeMutationTracker
type_cast(attr_name, value) private

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/attribute_mutation_tracker.rb, line 86
      def type_cast(attr_name, value)
        attributes[attr_name].type_cast(value)
      end
Register or log in to add new notes.