Module: Spree::PageSections::ProductDetailsDecorator
- Defined in:
- app/models/spree/page_sections/product_details_decorator.rb
Instance Method Summary collapse
Instance Method Details
#available_blocks_to_add ⇒ Object
4 5 6 |
# File 'app/models/spree/page_sections/product_details_decorator.rb', line 4 def available_blocks_to_add super + [Spree::PageBlocks::Products::Reviews] end |