Skip to content

Allow configuration of embeddable storage service for ActionText via `has_rich_text`

Created by: mihaic195

Summary

Fixes: https://github.com/rails/rails/issues/45405

Other Information

This is what I came up with. Essentially, it allows specifying attachment_service when defining has_rich_text association on a model.

Not sure how to write the tests for it though.

cc @skipkayhil

Merge request reports