We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63db7d5 + 25b26cf commit a24edefCopy full SHA for a24edef
guides/source/active_record_basics.md
@@ -250,7 +250,7 @@ purposes.
250
Active Record models are placed under the `app/models` directory by default. But
251
you may want to organize your models by placing similar models under their own
252
folder and namespace. For example, `order.rb` and `review.rb` under
253
-`app/models/books` with `Book::Order` and `Book::Review` class names,
+`app/models/book` with `Book::Order` and `Book::Review` class names,
254
respectively. You can create namespaced models with Active Record.
255
256
In the case where the `Book` module does not already exist, the `generate`
0 commit comments