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