Class: Decidim::LikeBlockCell

Inherits:
ViewModel
  • Object
show all
Defined in:
app/cells/decidim/like_block_cell.rb

Instance Method Summary collapse

Instance Method Details

#showObject



5
6
7
8
9
# File 'app/cells/decidim/like_block_cell.rb', line 5

def show
  return unless likes_enabled?

  render :show
end