Class: Form::Input

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

Instance Method Summary collapse

Instance Method Details

#view_templateObject



4
5
6
# File 'app/views/form/input.rb', line 4

def view_template
  input(type:, class: classes, **options_with_defaults)
end