Class: Decidim::CollaborativeTexts::Admin::DocumentForm

Inherits:
Form
  • Object
show all
Includes:
ApplicationHelper, TranslatableAttributes
Defined in:
app/forms/decidim/collaborative_texts/admin/document_form.rb

Overview

This class holds a Form to create/update documents from Decidim’s admin panel.

Instance Method Summary collapse

Instance Method Details

#coauthorshipsObject



22
23
24
25
# File 'app/forms/decidim/collaborative_texts/admin/document_form.rb', line 22

def coauthorships
  # ensures the first author is always the organization in case "official?" is ever used
  [Decidim::Coauthorship.new(author: current_organization)]
end