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



33
34
35
# File 'app/helpers/action_markdown/tag_helper.rb', line 33

def markdown_field(method, options = {})
  @template.markdown_field(@object_name, method, objectify_options(options))
end