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