module ActionView::Helpers::FormHelper

Public Instance Methods

trix_editor(object_name, method, options = {}) click to toggle source
# File lib/trix/form.rb, line 45
def trix_editor(object_name, method, options = {})
  Tags::TrixEditor.new(object_name, method, self, options).render
end