Class: Decidim::Meetings::JoinMeetingButtonCell

Inherits:
ViewModel
  • Object
show all
Includes:
MeetingCellsHelper, SanitizeHelper
Defined in:
app/cells/decidim/meetings/join_meeting_button_cell.rb

Overview

This cell renders the button to join a meeting.

Instance Method Summary collapse

Methods included from MeetingCellsHelper

#description

Methods included from MeetingsHelper

#calculate_start_and_end_time_of_agenda_items, #display_duration_agenda_items, #meeting_description, #meeting_type_badge_css_class

Instance Method Details

#showObject



10
11
12
# File 'app/cells/decidim/meetings/join_meeting_button_cell.rb', line 10

def show
  render
end