Sha256: 8b406dbaf73956be204ce31f1eea8c7611eb0d62f784be8c3167bd524a7550d2
Contents?: true
Size: 324 Bytes
Versions: 3
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/os_preference/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
katello-foreman-engine-0.0.3 | script/rails |
katello-foreman-engine-0.0.2 | script/rails |
katello-foreman-engine-0.0.1 | script/rails |