Sha256: e3b82655ca5af4a6fab366fda96cf9ec03d715de8e11f7acb5867ca1cda8dd01
Contents?: true
Size: 324 Bytes
Versions: 70
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/brightcontent/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
70 entries across 68 versions & 3 rubygems