rails--rails/actiontext/lib
George Claghorn ff7948b1c2 Avoid creating ActionText::RichText records unnecessarily
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.
2019-03-23 10:04:48 -04:00
..
action_text Avoid creating ActionText::RichText records unnecessarily 2019-03-23 10:04:48 -04:00
tasks
templates Add line break to Action Text installation outputs 2019-01-27 22:30:17 -02:00
action_text.rb