Sha256: 8f465fe3c977e9d1f9e4bc0b60e19385f2f1a3f9461c0fb4e3cb27c56f988c54
Contents?: true
Size: 498 Bytes
Versions: 44
Compression:
Stored size: 498 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 :ServiceType, "decidim/api/service_type" autoload :LinkedResourcesInterface, "decidim/api/linked_resources_interface" autoload :ServicesInterface, "decidim/api/services_interface" end end
Version data entries
44 entries across 44 versions & 1 rubygems