mirror of https://github.com/rails/rails
fix incorrect code example
This commit is contained in:
parent
6a29ea04ae
commit
6ac56ac93b
|
@ -182,7 +182,7 @@ module ActionController #:nodoc:
|
|||
#
|
||||
# def index
|
||||
# @people = Person.all
|
||||
# respond_with(@person)
|
||||
# respond_with(@people)
|
||||
# end
|
||||
# end
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue