diff --git a/project_generator/content/boot.rb b/project_generator/content/boot.rb index bedc2d5..86031ce 100755 --- a/project_generator/content/boot.rb +++ b/project_generator/content/boot.rb @@ -11,8 +11,6 @@ require "bundler/setup" # require "pupu/adapters/ace" # Pupu.media_prefix = "/assets" -require "helpers" - # Load the app. Dir["app/**/*.rb"].each do |file| puts "~ Loading #{file}"