Skip to content

Commit 85a902d

Browse files
authored
Merge pull request #259 from hungnh103/fix-typo-controller-rendering
Fix typo at Controller Rendering chapter
2 parents 995baef + e3a2b5d commit 85a902d

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)