Sha256: 9a158c93e444e729de2815242cfd0189889b5855a8e715eb8e755a264067b781
Contents?: true
Size: 316 Bytes
Versions: 68
Compression:
Stored size: 316 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('..', __dir__) ENGINE_PATH = File.expand_path('../lib/foreman_tasks/engine', __dir__) require 'rails/all' require 'rails/engine/commands'
Version data entries
68 entries across 68 versions & 1 rubygems