Module: FmStore::Persistence::ClassMethods
- Defined in:
- lib/fm_store/persistence.rb
Overview
The place where all the persistence took place, like insert, update
Instance Method Summary collapse
Instance Method Details
#create(attributes = {}) ⇒ Object
8 9 10 |
# File 'lib/fm_store/persistence.rb', line 8 def create(attributes = {}) end |