Sha256: 00fe1e6d61619717cc95a926a6366f31cfec3a4b8ff2b9fcbe7f7bb3f224bb5b
Contents?: true
Size: 316 Bytes
Versions: 135
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/marty/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
135 entries across 135 versions & 1 rubygems