Method: Playbook::PbSelect::Select#options_to_array
- Defined in:
- app/pb_kits/playbook/pb_select/select.rb
#options_to_array ⇒ Object
66 67 68 |
# File 'app/pb_kits/playbook/pb_select/select.rb', line 66 def .map { |option| [option[:value_text] || option[:value], option[:value]] } end |