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



49
50
51
52
53
54
# File 'lib/html5_validators/action_view/form_helpers.rb', line 49

def render_with_html5_attributes
  inject_required_field
  inject_maxlength_field

  render_without_html5_attributes
end