Skip to content

Commit

Permalink
Merge pull request rails#53423 from ryanmansfield/docs-fix
Browse files Browse the repository at this point in the history
[ci skip] Update Example in Multiple Databases with Active Record Docs
  • Loading branch information
skipkayhil authored Oct 23, 2024
2 parents 74fceba + 71b0b08 commit 44df566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_record_multiple_databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ end
Those models should inherit from that common abstract class:

```ruby
class Car < AnimalsRecord
class Dog < AnimalsRecord
# Talks automatically to the animals database.
end
```
Expand Down

0 comments on commit 44df566

Please sign in to comment.