Class: BlueberryCMS::PageBlocks::FAQ
- Inherits:
-
BlueberryCMS::PageBlock
- Object
- BlueberryCMS::PageBlock
- BlueberryCMS::PageBlocks::FAQ
- Defined in:
- app/models/blueberry_cms/page_blocks/faq.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
12 13 14 15 16 |
# File 'app/models/blueberry_cms/page_blocks/faq.rb', line 12 def name questions.map do |question| question.question.truncate(30) end.join(', ') end |