Class: ActionView::Helpers::Tags::TextArea

Inherits:
Object
  • Object
show all
Defined in:
lib/html5_validators/action_view/form_helpers.rb

Instance Method Summary collapse

Instance Method Details

#render_with_html5_attributesObject



53
54
55
56
57
58
# File 'lib/html5_validators/action_view/form_helpers.rb', line 53

def render_with_html5_attributes
  inject_required_field
  inject_maxlength_field

  render_without_html5_attributes
end