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