Module: Hypostasis::Document::Persistence::ClassMethods
- Defined in:
- lib/hypostasis/document/persistence.rb
Instance Method Summary collapse
Instance Method Details
#create(*attributes) ⇒ Object
28 29 30 |
# File 'lib/hypostasis/document/persistence.rb', line 28 def create(*attributes) self.new(*attributes).save end |