13 14 15 16 17 18
# File 'lib/backrack.rb', line 13 def new(*args) BackRack::NewApp.start args FileUtils.cd args[0] BackRack::Generate.new.invoke "view", ['root'], :body => "Congratulations, you're running Backrack." system 'bundle install' end