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