mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
9163b9ac9d
Signed-off-by: Yehuda Katz <wycats@gmail.com>
4 lines
159 B
Ruby
Executable file
4 lines
159 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
require File.expand_path('../../config/boot', __FILE__)
|
|
$LOAD_PATH.unshift "#{RAILTIES_PATH}/builtin/rails_info"
|
|
require 'commands/about'
|