Sha256: 27cd07cec02d568c0ad722aad10a62f1d650ac3cfa26f7d51f58a0710842dd78

Contents?: true

Size: 326 Bytes

Versions: 3

Compression:

Stored size: 326 Bytes

Contents

#!/usr/bin/env ruby1.9.1
# 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/stw_engine/engine', __FILE__)

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
stw_engine-0.0.3 script/rails
stw_engine-0.0.2 script/rails
stw_engine-0.0.1 script/rails