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



31
32
33
# File 'app/helpers/action_markdown/tag_helper.rb', line 31

def markdown_field(object_name, method, options = {})
  Tags::ActionMarkdown.new(object_name, method, self, options).render
end