Skip to content

Commit

Permalink
update Rails version. (rails console didn't exist in 2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaydev authored and fxn committed Jul 9, 2011
1 parent 2f5ebd9 commit 6dad5b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -493,7 +493,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
Expand Down

0 comments on commit 6dad5b2

Please sign in to comment.