Class: Jobshop::CLI::Dummy

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

Instance Method Summary collapse

Instance Method Details

#createObject



36
37
38
39
40
41
# File 'lib/jobshop/cli.rb', line 36

def create
  Jobshop::DummyApp.destroy! if Jobshop::DummyApp.exist?
  ARGV.shift; ARGV.unshift("new", Jobshop::DummyApp.path)
  Jobshop::Generators::DummyGenerator.start \
    Rails::Generators::ARGVScrubber.new(ARGV).prepare!
end