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:
parent
2b8c87404c
commit
5724625e81
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ TIP: You can use ruby-debug while using +rails console+. Just remember to +requi
|
|||
|
||||
<shell>
|
||||
$ rails console
|
||||
Loading development environment (Rails 2.1.0)
|
||||
Loading development environment (Rails 3.1.0)
|
||||
>> require "ruby-debug"
|
||||
=> []
|
||||
>> author = Author.first
|
||||
|
|
Loading…
Reference in a new issue