Skip to content

Commit 77b2eac

Browse files
committed
fix typo
1 parent 061548e commit 77b2eac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ We can use a construct in ActiveRecord called `includes` that eagerly loads all
354354

355355
With this line:
356356

357-
<% lots_of_products = Product.includes(:user)all %>
357+
<% lots_of_products = Product.includes(:user).all %>
358358

359359
Reload the page and wow, my load time dropped by half
360360

0 commit comments

Comments
 (0)