Method: MotionPrime::BaseFieldSection#default_label_options
- Defined in:
- motion-prime/sections/form/base_field_section.rb
#default_label_options ⇒ Object
108 109 110 111 112 113 114 115 |
# File 'motion-prime/sections/form/base_field_section.rb', line 108 def = [:label] || {} if .has_key?(:text) else {text: [:name].to_s.titleize}.merge() end end |