Sha256: 13a2ad9c185fe042ace72bd4e04352cbcfd7d5923add499cd94b6c7f3bc8adc9
Contents?: true
Size: 466 Bytes
Versions: 6
Compression:
Stored size: 466 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/rinfo/engine', __FILE__) APP_PATH = File.expand_path('../../config/application', __FILE__) require File.expand_path('../../config/boot', __FILE__) require 'rails/commands' require 'rails/all' require 'rails/engine/commands'
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
rinfo-0.2.0 | bin/rails |
rinfo-0.1.4 | bin/rails |
rinfo-0.1.3 | bin/rails |
rinfo-0.1.2 | bin/rails |
rinfo-0.1.1 | bin/rails |
rinfo-0.1.0 | bin/rails |