class Hashie::Dash
def update_attributes(attributes)
def update_attributes(attributes) return unless attributes attributes.each_pair do |att, value| self[att] = value end end
def update_attributes(attributes) return unless attributes attributes.each_pair do |att, value| self[att] = value end end