Class: Decidim::CardLCell

Inherits:
ViewModel
  • Object
show all
Includes:
Cell::ViewModel::Partial, ApplicationHelper, CardHelper, LayoutHelper, SanitizeHelper, SearchesHelper, TooltipHelper
Defined in:
decidim-core/app/cells/decidim/card_l_cell.rb

Overview

This cell is used a base for all List cards. It holds the basic layout so other cells only have to customize a few methods or overwrite views.

Direct Known Subclasses

Accountability::ResultLCell

Instance Method Summary collapse

Methods included from CardHelper

#card_for

Instance Method Details

#showObject



17
18
19
# File 'decidim-core/app/cells/decidim/card_l_cell.rb', line 17

def show
  render
end