Module: Iron::FieldDefinitionsHelper
- Defined in:
- app/helpers/iron/field_definitions_helper.rb
Instance Method Summary collapse
Instance Method Details
#field_definition_type_options ⇒ Object
2 3 4 |
# File 'app/helpers/iron/field_definitions_helper.rb', line 2 def Iron::FieldDefinition::TYPES.map { |type| [ type.humanize, type ] } end |