Module: Tableless::Persistence::ClassMethods
- Defined in:
- lib/tableless/persistence.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
8 9 10 |
# File 'lib/tableless/persistence.rb', line 8 def destroy(*) new.destroy end |
#destroy_all ⇒ Object
12 13 14 |
# File 'lib/tableless/persistence.rb', line 12 def destroy_all(*) [] end |