Sha256: 9befca2f3f485dfc48887f4b6d0141aba10ab37c884d04f7477f9508c43934ff

Contents?: true

Size: 262 Bytes

Versions: 1

Compression:

Stored size: 262 Bytes

Contents

# frozen_string_literal: true

module Decidim
  module Posts
    class PostAttachmentsCell < Decidim::ViewModel
      include Cell::ViewModel::Partial
      def show
        render :show
      end

      def post
        model
      end
      
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
decidim-posts-1.0.0 app/cells/decidim/posts/post_attachments_cell.rb