Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
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, options = {})
  @template.markdown_field(@object_name, method, objectify_options(options))
end