Sha256: 00c7de0674367a3e449540205eba6663a3ddd0b5fa9236b35192467ca882ac09

Contents?: true

Size: 318 Bytes

Versions: 2

Compression:

Stored size: 318 Bytes

Contents

#!/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_ROOT = File.expand_path('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/satchel/engine', __FILE__)

require 'rails/all'
require 'rails/engine/commands'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
satchel-0.0.2 script/rails
satchel-0.0.1 script/rails