Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/core_extensions/action_view/helpers/tags/trix_editor.rb

Instance Method Summary collapse

Instance Method Details

#trix_editor(method, options = {}) ⇒ Object



42
43
44
# 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