podemos-info/participa2

View on GitHub
decidim-module-crowdfundings/lib/decidim/crowdfundings/user_profile.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 user profile panel.
    module UserProfile
    end
  end
end