Class: BlueberryCMS::PageBlocks::Tabs
- Inherits:
-
BlueberryCMS::PageBlock
- Object
- BlueberryCMS::PageBlock
- BlueberryCMS::PageBlocks::Tabs
- Defined in:
- app/models/blueberry_cms/page_blocks/tabs.rb
Constant Summary
Constants inherited from BlueberryCMS::PageBlock
BlueberryCMS::PageBlock::MARGINS
Instance Method Summary collapse
Methods inherited from BlueberryCMS::PageBlock
#to_partial_path, types, #used_for_sharing?
Instance Method Details
#name ⇒ Object
10 11 12 13 14 |
# File 'app/models/blueberry_cms/page_blocks/tabs.rb', line 10 def name tabs.map do |tab| tab.title.truncate(30) end.join(', ') end |