Module: Decidim::NavigationMaps::NavigationMapCellHelpers
- Includes:
- Cell::ViewModel::Partial
- Defined in:
- lib/decidim/navigation_maps/navigation_map_cell_helpers.rb
Instance Method Summary collapse
Instance Method Details
#blueprints ⇒ Object
17 18 19 |
# File 'lib/decidim/navigation_maps/navigation_map_cell_helpers.rb', line 17 def blueprints content_block_blueprints.order(:created_at) end |
#valid_blueprints ⇒ Object
9 10 11 |
# File 'lib/decidim/navigation_maps/navigation_map_cell_helpers.rb', line 9 def valid_blueprints content_block_blueprints.joins(:image_attachment).order(:created_at) end |
#valid_blueprints? ⇒ Boolean
13 14 15 |
# File 'lib/decidim/navigation_maps/navigation_map_cell_helpers.rb', line 13 def valid_blueprints? valid_blueprints.any? end |