Method: MotionPrime::TabbedSection#tab_control_items
- Defined in:
- motion-prime/sections/tabbed.rb
#tab_control_items ⇒ Object
28 29 30 |
# File 'motion-prime/sections/tabbed.rb', line 28 def tab_control_items @tab_control_items ||= .values.map{ |o| o[:name] } end |