Method: SugarCRM::Base#update_attribute
- Defined in:
- lib/sugarcrm/base.rb
#update_attribute(name, value) ⇒ Object
261 262 263 264 265 266 267 268 |
# File 'lib/sugarcrm/base.rb', line 261 def update_attribute(name, value) begin update_attribute!(name, value) rescue return false end true end |