Flowdock
method

render

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: ActionText
render() 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 45
    def render
      options = @options.stringify_keys
      add_default_name_and_id(options)
      options["input"] ||= dom_id(object, [options["id"], :trix_input].compact.join("_")) if object
      @template_object.rich_text_area_tag(options.delete("name"), options.fetch("value") { editable_value }, options.except("value"))
    end
Register or log in to add new notes.