class ActiveModel::AttributeSet

def keys

def keys
  attributes.each_key.select { |name| self[name].initialized? }
end