aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/helpers/action_text/tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/action_text/tag_helper.rb b/app/helpers/action_text/tag_helper.rb
index 72b36b58e3..0033538773 100644
--- a/app/helpers/action_text/tag_helper.rb
+++ b/app/helpers/action_text/tag_helper.rb
@@ -32,7 +32,7 @@ module ActionView::Helpers
end
def editable_value
- value.try(:to_trix_html)
+ value.body.try(:to_trix_html)
end
end