Class: Decidim::Organization

Inherits:
ApplicationRecord show all
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_urlObject



18
19
20
# File 'app/models/decidim/organization.rb', line 18

def homepage_big_url
  homepage_image.big.url
end