Sha256: 2feceb5491b6611a7ed02380863144a7d5934161e2835fe6c8a60a19d187351d

Contents?: true

Size: 321 Bytes

Versions: 6

Compression:

Stored size: 321 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/green_flag/engine', __FILE__)

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
green_flag-0.4.0 script/rails
green_flag-0.3.0 script/rails
green_flag-0.2.0 script/rails
green_flag-0.1.2 script/rails
green_flag-0.1.1 script/rails
green_flag-0.1.0 script/rails