Class: Decidim::Meetings::MeetingsMapCell

Inherits:
MeetingMCell
  • Object
show all
Includes:
Decidim::MapHelper, MapHelper
Defined in:
app/cells/decidim/meetings/meetings_map_cell.rb

Instance Method Summary collapse

Methods included from MapHelper

#meetings_data_for_map

Methods inherited from MeetingMCell

#address, #date, #has_authors?, #render_authorship, #title

Methods included from MeetingCellsHelper

#description

Methods included from MeetingsHelper

#author_presenter_for, #calculate_start_and_end_time_of_agenda_items, #current_user_groups?, #display_duration_agenda_items, #meeting_description, #meeting_type_badge_css_class, #registration_code_help_text, #validation_state_for

Instance Method Details

#geocoded_meetingsObject



17
18
19
# File 'app/cells/decidim/meetings/meetings_map_cell.rb', line 17

def geocoded_meetings
  @geocoded_meetings ||= meetings.select(&:geocoded_and_valid?)
end

#meetingsObject



21
22
23
# File 'app/cells/decidim/meetings/meetings_map_cell.rb', line 21

def meetings
  model
end

#showObject



11
12
13
14
15
# File 'app/cells/decidim/meetings/meetings_map_cell.rb', line 11

def show
  return unless Decidim::Map.available?(:geocoding, :dynamic)

  render
end