Module: Watchmaker::Constructor::ClassMethods

Defined in:
lib/watchmaker/constructor.rb

Instance Method Summary collapse

Instance Method Details

#create(profile) ⇒ Object Also known as: construct

Contruct a profile, or persist objects.



11
12
13
# File 'lib/watchmaker/constructor.rb', line 11

def create(profile)
  manufacture(profile, :create)  
end