# File lib/active_record/base.rb, line 2265 def update_attribute(name, value) send(name.to_s + '=', value) save end