Module: Decidim::Meetings::MeetingCellsHelper
- Includes:
- MeetingsHelper, SanitizeHelper, LayoutHelper, TranslatableAttributes
- Included in:
- HighlightedMeetingsCell, JoinMeetingButtonCell, MeetingCell, MeetingMCell
- Defined in:
- app/helpers/decidim/meetings/meeting_cells_helper.rb
Overview
Custom helpers used in meetings views
Instance Method Summary collapse
Methods included from MeetingsHelper
#calculate_start_and_end_time_of_agenda_items, #display_duration_agenda_items, #meeting_description, #meeting_type_badge_css_class, #registration, #registration_code_help_text, #registration_validation_state
Instance Method Details
#description ⇒ Object
12 13 14 |
# File 'app/helpers/decidim/meetings/meeting_cells_helper.rb', line 12 def description decidim_sanitize meeting_description(model) end |