mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
7 lines
212 B
Ruby
Executable file
7 lines
212 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
|
|
if File.exists?(File.join(File.expand_path('../..', __FILE__), '.git'))
|
|
railties_path = File.expand_path('../../railties/lib', __FILE__)
|
|
$:.unshift(railties_path)
|
|
end
|
|
require "rails/cli"
|