Copy the bin to railties so it also works if you don't have the rails gem.

This commit is contained in:
José Valim
2011-06-28 09:09:34 -03:00
parent 0a873627e4
commit e3053ee753

2
railties/bin/rails Normal file
View File

@@ -0,0 +1,2 @@
#!/usr/bin/env ruby
require "rails/cli"