Class: Spree::PageSections::FeaturedPosts
- Inherits:
-
Spree::PageSection
- Object
- Spree::PageSection
- Spree::PageSections::FeaturedPosts
- Defined in:
- app/models/spree/page_sections/featured_posts.rb
Constant Summary
Constants inherited from Spree::PageSection
Spree::PageSection::BACKGROUND_COLOR_DEFAULT, Spree::PageSection::BORDER_COLOR_DEFAULT, Spree::PageSection::BOTTOM_BORDER_WIDTH_DEFAULT, Spree::PageSection::BOTTOM_PADDING_DEFAULT, Spree::PageSection::TEXT_COLOR_DEFAULT, Spree::PageSection::TOP_BORDER_WIDTH_DEFAULT, Spree::PageSection::TOP_PADDING_DEFAULT
Instance Attribute Summary
Attributes inherited from Spree::PageSection
Instance Method Summary collapse
Methods inherited from Spree::PageSection
#available_blocks_to_add, #blocks_available?, #can_be_deleted?, #can_be_sorted?, #can_sort_blocks?, #copy_rich_text_fields_from, #deep_clone, #deep_clone_links, #display_name, #dup, #lazy?, #lazy_path, #restore_design_settings_to_defaults, #rich_text_fields, #role, role, #theme, #to_partial_path
Instance Method Details
#icon_name ⇒ Object
16 17 18 |
# File 'app/models/spree/page_sections/featured_posts.rb', line 16 def icon_name 'news' end |
#posts ⇒ Object
20 21 22 |
# File 'app/models/spree/page_sections/featured_posts.rb', line 20 def posts Spree::Post.published.by_newest.limit(preferred_max_posts_to_show) end |