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