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