method
fetch_value
v6.0.0 -
Show latest stable
- Class:
ActiveModel::AttributeMutationTracker
fetch_value(attr_name)private
No documentation available.
# File activemodel/lib/active_model/attribute_mutation_tracker.rb, line 79
def fetch_value(attr_name)
attributes.fetch_value(attr_name)
end