1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

update Rails version. (rails console didn't exist in 2.1)

This commit is contained in:
Vijay Dev 2011-07-08 20:51:09 +05:30
parent 2b8c87404c
commit 5724625e81

View file

@ -489,7 +489,7 @@ TIP: You can use ruby-debug while using +rails console+. Just remember to +requi
<shell> <shell>
$ rails console $ rails console
Loading development environment (Rails 2.1.0) Loading development environment (Rails 3.1.0)
>> require "ruby-debug" >> require "ruby-debug"
=> [] => []
>> author = Author.first >> author = Author.first