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