Sha256: acce1d1d1d91e061e09eb5ad86d98ad2d9d019095ae3a24b234335793f86f88b
Contents?: true
Size: 318 Bytes
Versions: 2
Compression:
Stored size: 318 Bytes
Contents
# frozen_string_literal: true module Decidim module Budgets # Custom helpers, scoped to the budgets engine. # module ApplicationHelper include PaginateHelper include Decidim::Comments::CommentsHelper include ProjectsHelper include Decidim::CheckBoxesTreeHelper end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
decidim-budgets-0.22.0 | app/helpers/decidim/budgets/application_helper.rb |
decidim-budgets-0.21.0 | app/helpers/decidim/budgets/application_helper.rb |