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