Method: Tableless::Persistence#update
- Defined in:
- lib/tableless/persistence.rb
#update(attributes) ⇒ Object
23 24 25 26 |
# File 'lib/tableless/persistence.rb', line 23 def update(attributes) assign_attributes(attributes) save end |