You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: databases/joined_table_inheritance.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ The `with_polymorphic()` function is used to provide a means of specifying which
240
240
There are two variants to this functions:
241
241
242
242
-`mapper.with_polymorphic` in conjunction with `mapper.polymorphic_load` option. See [Setting `with_polymorphic` at mapper configuration time](#setting-with_polymorphic-at-mapper-configuration-time).
243
-
- Query-level such that we have `query.with_polymorphic()`. See [Setting `with_polymorphic` against a query](#setting-`with_polymorphic`-against-a-query) section.
243
+
- Query-level such that we have `query.with_polymorphic()`. See [Setting `with_polymorphic` against a query](#setting-with_polymorphic-against-a-query) section.
0 commit comments