Class: CustomTimeInput

Inherits:
SimpleForm::Inputs::Base
  • Object
show all
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

#inputObject



5
6
7
# File 'app/inputs/custom_time_input.rb', line 5

def input
  "$ #{@builder.text_field(attribute_name, input_html_options)}".html_safe
end