Module: ActionView::Helpers::FormHelper
- Defined in:
- app/helpers/action_markdown/tag_helper.rb
Instance Method Summary collapse
Instance Method Details
#markdown_field(object_name, method, options = {}) ⇒ Object
27 28 29 |
# File 'app/helpers/action_markdown/tag_helper.rb', line 27 def markdown_field(object_name, method, = {}) Tags::ActionMarkdown.new(object_name, method, self, ).render end |