Remove shebang from the template since it's already added by the

generator
This commit is contained in:
Stefan Sprenger 2011-05-24 12:34:05 +02:00
parent 00be5bd75d
commit ab0d2f2d62

@ -1,4 +1,3 @@
#!/usr/bin/env ruby
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
ENGINE_PATH = File.expand_path('../..', __FILE__)