Sha256: db3ea2d98b2a47cdf19f57bdcf0fce168616024f13b0491def1d6ba5a37711c5
Contents?: true
Size: 321 Bytes
Versions: 3
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/epiceditor/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
epiceditor-0.2.2.2 | bin/rails |
epiceditor-0.2.2.1 | bin/rails |
epiceditor-0.0.0 | bin/rails |