Sha256: 4be8b820d57da285d623c256220e9ce6e381ec031d3e67293b2df30b14c554dd
Contents?: true
Size: 340 Bytes
Versions: 48
Compression:
Stored size: 340 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('../../../core', __FILE__) ENGINE_PATH = File.expand_path('../../../core/lib/brightcontent/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
48 entries across 48 versions & 2 rubygems