From 0889e03f44c3185683ed295db6a72e634ee2298e Mon Sep 17 00:00:00 2001 From: Jakub Stastny aka botanicus Date: Tue, 14 Jun 2011 14:17:32 +0100 Subject: [PATCH] Ups, no helpers. --- project_generator/content/boot.rb | 2 -- 1 file changed, 2 deletions(-) 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}"