aboutsummaryrefslogtreecommitdiffstats
path: root/actiontext/lib/action_text/attribute.rb
Commit message (Collapse)AuthorAgeFilesLines
* Avoid creating ActionText::RichText records unnecessarilyGeorge Claghorn2019-03-231-1/+1
| | | | Assigning a has_one association for a persisted record saves the change immediately, so attempting to read a rich-text attribute on a persisted record without a corresponding ActionText::RichText would eagerly create one. Avoid assigning the rich text association to fix.
* Fix updating rich text via nested attributesGeorge Claghorn2019-03-171-5/+2
| | | Closes #35159.
* Import Action TextGeorge Claghorn2019-01-041-0/+48