Sha256: d1a1e02da4adb72cf5a269a95403994bf8ba4087d828aa5c8e1e182dc1cdcd8e
Contents?: true
Size: 324 Bytes
Versions: 8
Compression:
Stored size: 324 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/shared_engine/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
8 entries across 8 versions & 2 rubygems