lib/vedeu/cli/templates/application/application.erb in vedeu_cli-0.0.6 vs lib/vedeu/cli/templates/application/application.erb in vedeu_cli-0.0.7

- old
+ new

@@ -11,12 +11,12 @@ # # def self.entry_point # <%= object.name_as_class %>::SomeController.new # end - # Vedeu::Bootstrap.start(ARGV, entry_point) + # Vedeu::Runtime::Bootstrap.start(ARGV, entry_point) - Vedeu::Bootstrap.start(ARGV) + Vedeu::Runtime::Bootstrap.start(ARGV) end end