Class: Decidim::Organization
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Decidim::Organization
- Defined in:
- app/models/decidim/organization.rb
Overview
Organizations are one of the main models of Decidim. In a single Decidim installation we can find many organizations and each of them can start their own participatory processes.
Instance Method Summary collapse
Instance Method Details
#homepage_big_url ⇒ Object
18 19 20 |
# File 'app/models/decidim/organization.rb', line 18 def homepage_big_url homepage_image.big.url end |