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