class ActionView::Helpers::FormBuilder

Public Instance Methods

trix_editor(method, options = {}) click to toggle source
# File lib/core_extensions/action_view/helpers/tags/trix_editor.rb, line 42
def trix_editor(method, options = {})
  @template.trix_editor(@object_name, method, objectify_options(options))
end