Method: WithModel::Model::DSL#initialize

Defined in:
lib/with_model/model/dsl.rb

#initialize(model) ⇒ DSL

Returns a new instance of DSL.

Parameters:



7
8
9
# File 'lib/with_model/model/dsl.rb', line 7

def initialize(model)
  @model = model
end