Sha256: 6f52b5ac92c2a4b6c5ac704eb89bd7ad179a4459ed01636ef8ef73054d1e49ac
Contents?: true
Size: 310 Bytes
Versions: 30
Compression:
Stored size: 310 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('..', __dir__) ENGINE_PATH = File.expand_path('../lib/alchemy/engine', __dir__) require 'rails/all' require 'rails/engine/commands'
Version data entries
30 entries across 30 versions & 1 rubygems