Sha256: 91cec006cdb4a4ef9ba6229211bafc242b48217bc5e0dff9957fa7ade2390b65

Contents?: true

Size: 327 Bytes

Versions: 3

Compression:

Stored size: 327 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/peek-a-view/engine', __FILE__)

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
peek-a-view-0.0.4 script/rails
peek-a-view-0.0.3 script/rails
peek-a-view-0.0.2 script/rails