Method: Toolhound::Base#update
- Defined in:
- lib/toolhound-ruby/base.rb
#update(options, query_options = {}) ⇒ Object
349 350 351 352 353 354 355 356 357 358 |
# File 'lib/toolhound-ruby/base.rb', line 349 def update(, = {}) sql = build_update_sql(, ) debug = [:debug] if sql && debug != true update_query(sql, ) end end |