Class: Decidim::Posts::PostAttachmentsCell

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

Instance Method Summary collapse

Instance Method Details

#postObject



11
12
13
# File 'app/cells/decidim/posts/post_attachments_cell.rb', line 11

def post
  model
end

#showObject



7
8
9
# File 'app/cells/decidim/posts/post_attachments_cell.rb', line 7

def show
  render :show
end