Sha256: 7f6c754c9cec47a404d6ec3d784883007603c5baa8c423c5e636cd90907884ed
Contents?: true
Size: 318 Bytes
Versions: 58
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/alchemy/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
58 entries across 58 versions & 2 rubygems