Class: SurveyConstructor::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/survey_constructor/cli.rb

Instance Method Summary collapse

Instance Method Details

#modelsObject



8
9
10
# File 'lib/survey_constructor/cli.rb', line 8

def models()
  SurveyConstructor::Generators::Models.start([])
end