Class: Decidim::AreaType
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Decidim::AreaType
- Includes:
- TranslatableResource
- Defined in:
- app/models/decidim/area_type.rb
Overview
Area types allows to use different types of areas in participatory space (terriotrial, sectorial, etc.)
Instance Method Summary collapse
Instance Method Details
#translated_name ⇒ Object
20 21 22 |
# File 'app/models/decidim/area_type.rb', line 20 def translated_name Decidim::AreaTypePresenter.new(self).translated_name end |