Sha256: 28ea587c5c70a2bcc6761af358e401a9ab923a285ea33a936578729c38bf8f3b
Contents?: true
Size: 326 Bytes
Versions: 13
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/mix-rails-songs/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
13 entries across 13 versions & 1 rubygems