module Hypostasis::Document::Persistence::ClassMethods

Public Instance Methods

create(*attributes) click to toggle source
# File lib/hypostasis/document/persistence.rb, line 21
def create(*attributes)
  self.new(*attributes).save
end