Class: Decidim::Posts::PostMetadataCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::Posts::PostMetadataCell
- Includes:
- Cell::ViewModel::Partial, EndorsableHelper
- Defined in:
- app/cells/decidim/posts/post_metadata_cell.rb
Instance Method Summary collapse
Instance Method Details
#post ⇒ Object
14 15 16 |
# File 'app/cells/decidim/posts/post_metadata_cell.rb', line 14 def post model end |
#show ⇒ Object
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 |