Class: Decidim::Accountability::ProjectCell

Inherits:
ViewModel
  • Object
show all
Includes:
ApplicationHelper, ResourceHelper, TranslationsHelper
Defined in:
decidim-accountability/app/cells/decidim/accountability/project_cell.rb

Overview

This cell renders a project

Instance Method Summary collapse

Methods included from TranslationsHelper

empty_translatable, ensure_translatable, multi_translation, translated_in_current_locale?

Methods included from TranslatableAttributes

#default_locale?

Instance Method Details

#showObject



18
19
20
# File 'decidim-accountability/app/cells/decidim/accountability/project_cell.rb', line 18

def show
  render
end