Class: Form::Label

Inherits:
BaseTag
  • Object
show all
Defined in:
app/views/form/label.rb

Instance Method Summary collapse

Instance Method Details

#view_templateObject



6
7
8
# File 'app/views/form/label.rb', line 6

def view_template
  label(class: classes, **options_with_defaults) { text || method }
end