Class: Decidim::Budgets::Budget
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Decidim::Budgets::Budget
- Includes:
- HasComponent, Loggable, Randomable, Resourceable, ScopableResource, Searchable, SoftDeletable, Taxonomizable, Traceable
- Defined in:
- decidim-budgets/app/models/decidim/budgets/budget.rb
Overview
The data store for a budget in the Decidim::Budgets component.
Class Method Summary collapse
Methods included from Searchable
searchable_resources, searchable_resources_by_type, searchable_resources_of_type_comment, searchable_resources_of_type_component, searchable_resources_of_type_participant, searchable_resources_of_type_participatory_space
Class Method Details
.log_presenter_class_for(_log) ⇒ Object
32 33 34 |
# File 'decidim-budgets/app/models/decidim/budgets/budget.rb', line 32 def self.log_presenter_class_for(_log) Decidim::Budgets::AdminLog::BudgetPresenter end |