Class: Clot::TextFieldTag
- Defined in:
- lib/clot/no_model_form_tags.rb
Direct Known Subclasses
Constant Summary
Constants inherited from ClotTag
Instance Method Summary collapse
Methods inherited from InputTag
Methods inherited from ClotTag
Methods included from TagHelper
Methods included from AttributeSetter
#personal_attributes, #set_attributes, #set_primary_attributes
Constructor Details
This class inherits a constructor from Clot::ClotTag
Instance Method Details
#render_string ⇒ Object
117 118 119 120 |
# File 'lib/clot/no_model_form_tags.rb', line 117 def render_string @type ||= "text" super end |