Class: BlogCategoryDrop
- Inherits:
-
Liquid::Simplero::Drop
- Object
- Liquid::Drop
- Liquid::Simplero::Drop
- BlogCategoryDrop
- Includes:
- NotificationSettingProvidingDropConcern
- Defined in:
- app/drops/blog_category_drop.rb
Overview
BlogCategoryDrop represents a category for BlogPostDrops. It is available as the top-level blog_category
on the product category page or by access through BlogPostDrop.
Instance Method Summary collapse
- #active? ⇒ Boolean
-
#blog_posts ⇒ CollectionDrop
Returns all published BlogPostDrops for the blog category.
- #id ⇒ Integer
- #label ⇒ String
- #notification_setting ⇒ NotificationSettingDrop
- #posts_count ⇒ Integer
- #url ⇒ String
Methods inherited from Liquid::Simplero::Drop
Instance Method Details
#active? ⇒ Boolean
#blog_posts ⇒ CollectionDrop
Returns all published BlogPostDrops for the blog category.