Module
StaticMatic::Helpers::FormHelper
In:
lib/staticmatic/helpers/form_helper.rb
Methods
text_area
text_field
Public Instance methods
text_area
(name, value, options = {})
Generate a form textarea
text_field
(name, value, options = {})
Generates a form text field
[Validate]