-
Sean Doyle authored
Expand the `has_rich_text` signature to accept a `strict_loading:` value. Forward that value along to the `has_one` declaration made under the hood. When omitted, `strict_loading:` will be set to the value of the `strict_loading_by_default` class attribute (false by default).
Sean Doyle authoredExpand the `has_rich_text` signature to accept a `strict_loading:` value. Forward that value along to the `has_one` declaration made under the hood. When omitted, `strict_loading:` will be set to the value of the `strict_loading_by_default` class attribute (false by default).
Loading