podemos-info/participa2

View on GitHub
decidim-module-crowdfundings/lib/decidim/crowdfundings/admin.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Decidim
  module Crowdfundings
    # This module contains all the domain logic associated to Decidim's Crowdfundings
    # component admin panel.
    module Admin
    end
  end
end