Skip to content

Commit

Permalink
Fix typo [ci-skip]
Browse files Browse the repository at this point in the history
Follow-up to #50342.
  • Loading branch information
jonathanhefner committed Jan 7, 2024
1 parent 5ec67e6 commit e0ae038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/association_basics.md
Expand Up @@ -819,7 +819,7 @@ end

It is crucial to note that this does not affect the naming of your tables. For instance, if there is a `MyApplication::Business::Supplier` model, there must also be a `my_application_business_suppliers` table.

Note that he following will _not_ work, because `Supplier` and `Account` are defined in different scopes (`MyApplication::Business` and `MyApplication::Billing`):
Note that the following will _not_ work, because `Supplier` and `Account` are defined in different scopes (`MyApplication::Business` and `MyApplication::Billing`):

```ruby
module MyApplication
Expand Down

0 comments on commit e0ae038

Please sign in to comment.