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