Sha256: 4bcfb08c547df5c6dc8dd23a5b7c6f652b0cf952b7a6522c1188bd4ec8d5e9db
Contents?: true
Size: 317 Bytes
Versions: 12
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/detour/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
12 entries across 12 versions & 1 rubygems