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