Class: Clot::FileField
- Inherits:
-
FileFieldTag
- Object
- Liquid::Tag
- ClotTag
- InputTag
- FileFieldTag
- Clot::FileField
- Includes:
- ModelTag
- Defined in:
- lib/clot/model_form_tags.rb
Instance Method Summary collapse
Methods included from ModelTag
#render, #set_primary_attributes
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
67 68 69 70 |
# File 'lib/clot/model_form_tags.rb', line 67 def render_string @value_string = nil super end |