Files
grecia/app/components/budgets/budget_component.rb
Javi Martín cf7fe89ddd Revove obsolete references in budget component
These helpers aren't used here since commit 090f1bcdd.
2022-05-02 20:25:29 +02:00

8 lines
133 B
Ruby

class Budgets::BudgetComponent < ApplicationComponent
attr_reader :budget
def initialize(budget)
@budget = budget
end
end