Sha256: 78062b811652f1b588db4b75aa66b4adeddd08f75f06b06d233f633d043e9aed
Contents?: true
Size: 320 Bytes
Versions: 5
Compression:
Stored size: 320 Bytes
Contents
#!/usr/bin/env ruby # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. ENGINE_ROOT = File.expand_path('../..', __FILE__) ENGINE_PATH = File.expand_path('../../lib/poe_rails/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
poe_rails-0.0.7 | bin/rails |
poe_rails-0.0.6 | bin/rails |
poe_rails-0.0.4 | bin/rails |
poe_rails-0.0.3 | bin/rails |
poe_rails-0.0.2 | bin/rails |