Sha256: 6d9935b269c7cc23e769d0d30cbe6629294d6416a870bac4bd1030c1b7d63100
Contents?: true
Size: 331 Bytes
Versions: 4
Compression:
Stored size: 331 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/open_conference_ware/engine', __FILE__) require 'rails/all' require 'rails/engine/commands'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
open_conference_ware-1.0.0.pre4 | bin/rails |
open_conference_ware-1.0.0.pre3 | bin/rails |
open_conference_ware-1.0.0.pre2 | bin/rails |
open_conference_ware-1.0.0.pre1 | bin/rails |