Class: Formily::RadioInput

Inherits:
Input
  • Object
show all
Defined in:
app/models/formily/radio_input.rb

Instance Method Summary collapse

Methods inherited from Input

#conditioned_tag, #get_default_value, #get_value_from_submit, #render_attributes, #render_attributes_hash, #to_html

Instance Method Details

#editor_typeObject



8
9
10
# File 'app/models/formily/radio_input.rb', line 8

def editor_type
  'radio'
end

#partial_pathObject



4
5
6
# File 'app/models/formily/radio_input.rb', line 4

def partial_path
  'formily/partial/inputs/radio'
end