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