Class: Decidim::Posts::PostMetadataCell

Inherits:
ViewModel
  • Object
show all
Includes:
Cell::ViewModel::Partial, EndorsableHelper
Defined in:
app/cells/decidim/posts/post_metadata_cell.rb

Instance Method Summary collapse

Instance Method Details

#postObject



14
15
16
# File 'app/cells/decidim/posts/post_metadata_cell.rb', line 14

def post
  model
end

#showObject



8
9
10
11
12
# File 'app/cells/decidim/posts/post_metadata_cell.rb', line 8

def show
  @time_since_update = time_since_update
  @category_info = category_info
  render :show
end