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