Class: Tags::ActionText
- Inherits:
-
Base
- Object
- Base
- Tags::ActionText
- Includes:
- Placeholderable
- Defined in:
- app/helpers/action_text/tag_helper.rb
Instance Method Summary collapse
Instance Method Details
#render ⇒ Object
56 57 58 59 60 61 62 |
# File 'app/helpers/action_text/tag_helper.rb', line 56 def render = @options.stringify_keys add_default_name_and_id() ["input"] ||= dom_id(object, [["id"], :trix_input].compact.join("_")) if object html_tag = @template_object.rich_textarea_tag(.delete("name"), .fetch("value") { value }, .except("value")) error_wrapping(html_tag) end |