Method: Journeyman::Configuration#model
- Defined in:
- lib/journeyman/configuration.rb
#model ⇒ Object
Internal: Class of the model to build, used in the default build strategy.
78 79 80 |
# File 'lib/journeyman/configuration.rb', line 78 def model [:model] ||= infer_model_class(name) end |