Make rich_text searchable and renderable in pdf
This commit is contained in:
parent
6d3a269231
commit
879670983d
6 changed files with 26 additions and 5 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class AddBodyTextToActionTextRichTexts < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_column :action_text_rich_texts, :body_text, :text
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue