Class: ActionView::Helpers::FormBuilder

Inherits:
Object
  • Object
show all
Includes:
AssetTagHelper
Defined in:
lib/tax_jp/form_builder.rb

Instance Method Summary collapse

Instance Method Details

#t_date_field(method, options = {}) ⇒ Object



6
7
8
# File 'lib/tax_jp/form_builder.rb', line 6

def t_date_field(method, options = {})
  @template.render 'tax_jp/common/date_field', f: self, method: method
end