Class: Spree::PageBlocks::Products::Description

Inherits:
Text show all
Defined in:
app/models/spree/page_blocks/products/description.rb

Constant Summary collapse

TOP_PADDING_DEFAULT =
0
BOTTOM_PADDING_DEFAULT =
20

Constants inherited from Spree::PageBlock

Spree::PageBlock::CONTAINER_ALIGNMENT_DEFAULT, Spree::PageBlock::SIZE_DEFAULT, Spree::PageBlock::TEXT_ALIGNMENT_DEFAULT, Spree::PageBlock::WIDTH_DESKTOP_DEFAULT

Instance Method Summary collapse

Methods inherited from Text

#icon_name

Methods inherited from Spree::PageBlock

#icon_name

Instance Method Details

#display_nameObject



12
13
14
# File 'app/models/spree/page_blocks/products/description.rb', line 12

def display_name
  I18n.t('activerecord.attributes.spree/product.description')
end

#form_partial_nameObject



8
9
10
# File 'app/models/spree/page_blocks/products/description.rb', line 8

def form_partial_name
  'products/description'
end