Sha256: cb9d101dce65ef336f0a04b16fa8823fad3cba389ff9605db97d8d3b06157707
Contents?: true
Size: 334 Bytes
Versions: 9
Compression:
Stored size: 334 Bytes
Contents
#!/usr/bin/env ruby1.9.1 # 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/mix-rails-vouchers/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
9 entries across 9 versions & 1 rubygems