Class: Decidim::Admin::SelectiveNewsletterParticipatorySpaceTypeForm

Inherits:
Form show all
Defined in:
decidim-admin/app/forms/decidim/admin/selective_newsletter_participatory_space_type_form.rb

Constant Summary

Constants included from Decidim::AttributeObject::TypeMap

Decidim::AttributeObject::TypeMap::Boolean, Decidim::AttributeObject::TypeMap::Decimal

Instance Attribute Summary

Attributes inherited from Decidim::AttributeObject::Form

#context

Instance Method Summary collapse

Methods inherited from Decidim::AttributeObject::Form

ensure_hash, from_model, from_params, hash_from, infer_model_name, mimic, mimicked_model_name, model_name, #persisted?, #to_key, #to_model, #to_param, #valid?, #with_context

Methods included from Decidim::AttributeObject::Model

#[], #[]=, #attributes, #attributes_with_values, #initialize, #to_h

Instance Method Details

#map_model(model_hash) ⇒ Object



9
10
11
12
13
# File 'decidim-admin/app/forms/decidim/admin/selective_newsletter_participatory_space_type_form.rb', line 9

def map_model(model_hash)
  manifest = model_hash[:manifest]

  self.manifest_name = manifest.name.to_s
end