Sha256: f80e437486cd52de13e5957d67cd242c71d1be9d6e50a44bbb5bc09cc9d8e706
Contents?: true
Size: 328 Bytes
Versions: 2
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/catarse_mailchimp/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
marnen-catarse_mailchimp-0.0.1.pre.2ed4f3931dfa292e5c1c62619772f04e41c68629z | script/rails |
catarse_mailchimp-0.0.1 | script/rails |