Skip to content

Commit e3a2b5d

Browse files
author
Nguyễn Huy Hùng
committed
Fix typo at Controller Rendering chapter
1 parent 995baef commit e3a2b5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ end
282282
<p><%= product.name %></p>
283283
<p><%= product.price %></p>
284284
285-
## app/controllers/foo_controller.rb
285+
## app/controllers/products_controller.rb
286286
class ProductsController < ApplicationController
287287
def index
288288
render :index

0 commit comments

Comments
 (0)