Sha256: 1afa3a65a29f1f35f207df38699c143547505a4380d0707c72b82e3f0ac08c7c
Contents?: true
Size: 318 Bytes
Versions: 51
Compression:
Stored size: 318 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
51 entries across 51 versions & 1 rubygems