Class: Form::Label
- Inherits:
-
BaseTag
- Object
- BaseTag
- Form::Label
- Defined in:
- app/views/form/label.rb
Instance Method Summary collapse
Instance Method Details
#view_template ⇒ Object
6 7 8 |
# File 'app/views/form/label.rb', line 6 def view_template label(class: classes, **) { text || method } end |