Rails adds `#with_all_rich_text` to eager load all rich text associations at once
Rails added support for eager loading all rich text associations at once.
We can now use
#with_all_rich_text
instead of eager loading each rich text association separately with
#with_rich_text_{field_name}
Read the article here »
Post a comment