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