AyuntamientoMadrid/participacion

View on GitHub
app/components/budgets/investments/info_component.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Budgets::Investments::InfoComponent < ApplicationComponent
  attr_reader :investment

  def initialize(investment)
    @investment = investment
  end
end