Sha256: b07fb5d3cc7353e3f24d787310a085f4acf1b43157eb72e9430183fe9ae4920d
Contents?: true
Size: 552 Bytes
Versions: 6
Compression:
Stored size: 552 Bytes
Contents
# frozen_string_literal: true module Decidim module Meetings autoload :AgendaItemType, "decidim/api/agenda_item_type" autoload :AgendaType, "decidim/api/agenda_type" autoload :MeetingType, "decidim/api/meeting_type" autoload :MeetingsType, "decidim/api/meetings_type" autoload :MinutesType, "decidim/api/minutes_type" autoload :ServiceType, "decidim/api/service_type" autoload :LinkedResourcesInterface, "decidim/api/linked_resources_interface" autoload :ServicesInterface, "decidim/api/services_interface" end end
Version data entries
6 entries across 6 versions & 1 rubygems