fix incorrect code example

This commit is contained in:
Vijay Dev 2011-11-07 17:58:03 +05:30
parent 6a29ea04ae
commit 6ac56ac93b
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ module ActionController #:nodoc:
#
# def index
# @people = Person.all
# respond_with(@person)
# respond_with(@people)
# end
# end
#