Class: ActionView::Helpers::FormBuilder
- Inherits:
-
Object
- Object
- ActionView::Helpers::FormBuilder
- 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, = {}) @template.trix_editor(@object_name, method, ()) end |