Class: Decidim::LikeBlockCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::LikeBlockCell
- Defined in:
- app/cells/decidim/like_block_cell.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 8 9 |
# File 'app/cells/decidim/like_block_cell.rb', line 5 def show return unless likes_enabled? render :show end |