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