Class: Decidim::Meetings::JoinMeetingButtonCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::Meetings::JoinMeetingButtonCell
- 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
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
#show ⇒ Object
10 11 12 |
# File 'app/cells/decidim/meetings/join_meeting_button_cell.rb', line 10 def show render end |