From 2550e50543282ed946691e836fd76e70113f7e97 Mon Sep 17 00:00:00 2001 From: Peter Berkenbosch Date: Fri, 26 Sep 2014 14:16:52 +0200 Subject: [PATCH] add bin/rails so you can run the rails commands here again --- bin/rails | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bin/rails diff --git a/bin/rails b/bin/rails new file mode 100644 index 0000000..97ecafb --- /dev/null +++ b/bin/rails @@ -0,0 +1,7 @@ +# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. + +ENGINE_ROOT = File.expand_path('../..', __FILE__) +ENGINE_PATH = File.expand_path('../../lib/spree_static_content/engine', __FILE__) + +require 'rails/all' +require 'rails/engine/commands'