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