Sha256: 4f04b6135de7425c33d412e38fc2f84c9d53a087e3a252b497823ac01c89fb85
Contents?: true
Size: 329 Bytes
Versions: 2
Compression:
Stored size: 329 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/maily_herald/webui/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
maily_herald-webui-0.9.0 | script/rails |
maily_herald-webui-0.8.0 | script/rails |