lib/decidim/meetings/polls.rb



# frozen_string_literal: true

module Decidim
  module Meetings
    # This module contains all the domain logic associated to Decidim's Meetings
    # associated poll.
    module Polls
    end
  end
end