lib/spree_cmd/templates/extension/bin/rails.tt in spree_cmd-3.4.6 vs lib/spree_cmd/templates/extension/bin/rails.tt in spree_cmd-3.5.0.rc1

- old
+ new

@@ -1,5 +1,6 @@ -# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. +#!/usr/bin/env ruby +# This command will automatically be run when you run "rails" from the root of your extension ENGINE_ROOT = File.expand_path('../..', __FILE__) ENGINE_PATH = File.expand_path('../../lib/<%= file_name -%>/engine', __FILE__) require 'rails/all'