Method: ActiveModel::AttributeSet#accessed

Defined in:
activemodel/lib/active_model/attribute_set.rb

#accessedObject



93
94
95
# File 'activemodel/lib/active_model/attribute_set.rb', line 93

def accessed
  attributes.each_key.select { |name| self[name].has_been_read? }
end