Sha256: 4fd6a3440d091a1b4138fc178e8e2b1dbb58560cdd1a10b3552919f14ad59461
Contents?: true
Size: 315 Bytes
Versions: 8
Compression:
Stored size: 315 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/shim/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
8 entries across 8 versions & 1 rubygems