method

fetch_value

fetch_value(attr_name)
private

No documentation available.

# File activemodel/lib/active_model/attribute_mutation_tracker.rb, line 140
      def fetch_value(attr_name)
        attributes.send(:_read_attribute, attr_name)
      end