module ActionText::Attribute

def with_all_rich_text

Eager load all dependent RichText models in bulk.
def with_all_rich_text
  eager_load(rich_text_association_names)
end