Class: Decidim::Admin::HelpSectionForm

Inherits:
Form
  • Object
show all
Includes:
TranslatableAttributes, TranslationsHelper
Defined in:
app/forms/decidim/admin/help_section_form.rb

Overview

This form contains the presentational and validation logic to update ContextualHelpSections from the admin panel.

Instance Method Summary collapse

Instance Method Details

#nameObject



14
15
16
# File 'app/forms/decidim/admin/help_section_form.rb', line 14

def name
  multi_translation("activerecord.models.#{manifest.model_class_name.underscore}.other")
end