Navigation Menu

Skip to content

Commit

Permalink
add bin/rails so you can run the rails commands here again
Browse files Browse the repository at this point in the history
  • Loading branch information
peterberkenbosch committed Sep 26, 2014
1 parent 5d828e1 commit 2550e50
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 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'

0 comments on commit 2550e50

Please sign in to comment.