Sha256: cc0e55c6e8a63defcb98cd6fc0a5da16c206c91d6768595dea3e57fa261f7c94

Contents?: true

Size: 317 Bytes

Versions: 3

Compression:

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bodega-0.4.0 script/rails
bodega-0.3.0 script/rails
bodega-0.2.0 script/rails