Flowdock
method

editable_value

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: ActionText
editable_value() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actiontext/app/helpers/action_text/tag_helper.rb, line 51
    def editable_value
      value&.body.try(:to_trix_html)
    end
Register or log in to add new notes.