mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
8 lines
166 B
Plaintext
Executable File
8 lines
166 B
Plaintext
Executable File
begin
|
|
require "rails/cli"
|
|
rescue LoadError
|
|
railties_path = File.expand_path('../../railties/lib', __FILE__)
|
|
$:.unshift(railties_path)
|
|
require "rails/cli"
|
|
end
|