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