Skip to content

Commit 71b0b08

Browse files
committed
fix: change example class to Dog for consistency with database name and rest of docs
1 parent b943622 commit 71b0b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_record_multiple_databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ end
151151
Those models should inherit from that common abstract class:
152152

153153
```ruby
154-
class Car < AnimalsRecord
154+
class Dog < AnimalsRecord
155155
# Talks automatically to the animals database.
156156
end
157157
```

0 commit comments

Comments
 (0)