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