Sha256: 8a9e4beaa281e7307192a41a9e435070642c16684fbbe52f8600d0f5a6809d99
Contents?: true
Size: 318 Bytes
Versions: 19
Compression:
Stored size: 318 Bytes
Contents
#!/usr/bin/env ruby # This command will automatically be run when you run "rails" with Rails 4 gems installed from the root of your application. ENGINE_ROOT = File.expand_path('../..', __FILE__) ENGINE_PATH = File.expand_path('../../lib/dashing/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
19 entries across 19 versions & 1 rubygems