Class: ActionView::Helpers::FormBuilder
- Inherits:
-
Object
- Object
- ActionView::Helpers::FormBuilder
- Defined in:
- app/helpers/action_markdown/tag_helper.rb
Instance Method Summary collapse
Instance Method Details
#markdown_field(method, options = {}) ⇒ Object
37 38 39 |
# File 'app/helpers/action_markdown/tag_helper.rb', line 37 def markdown_field(method, = {}) @template.markdown_field(@object_name, method, ()) end |