Sha256: fd9e03cbb71ebfe3f4b602de8ddc4c53592880298f615adcc8bba9a7214e8e06

Contents?: true

Size: 326 Bytes

Versions: 8

Compression:

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

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
simple_resource-0.6.1 script/rails
simple_resource-0.6.0 script/rails
simple_resource-0.5.0 script/rails
simple_resource-0.4.0 script/rails
simple_resource-0.3.0 script/rails
simple_resource-0.2.0 script/rails
simple_resource-0.1.0 script/rails
simple_resource-0.0.1 script/rails