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