Sha256: fbb76fa071b8cd17a647f42e6c1a42be4cfbe3c1bb8614e6eedd53c6ebf18245

Contents?: true

Size: 320 Bytes

Versions: 3

Compression:

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
corkboard-0.1.3 script/rails
corkboard-0.1.2 script/rails
corkboard-0.1.1 script/rails