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