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