Class: CustomTimeInput
- Inherits:
-
SimpleForm::Inputs::Base
- Object
- SimpleForm::Inputs::Base
- CustomTimeInput
- Defined in:
- app/inputs/custom_time_input.rb
Overview
typed: ignore frozen_string_literal: true app/inputs/currency_input.rb
Instance Method Summary collapse
Instance Method Details
#input ⇒ Object
5 6 7 |
# File 'app/inputs/custom_time_input.rb', line 5 def input "$ #{@builder.text_field(attribute_name, )}".html_safe end |