Class: Decidim::Posts::QuestionForm

Inherits:
Form
  • Object
show all
Includes:
TranslatableAttributes
Defined in:
app/forms/decidim/posts/question_form.rb

Instance Method Summary collapse

Instance Method Details

#map_model(model) ⇒ Object



15
16
17
# File 'app/forms/decidim/posts/question_form.rb', line 15

def map_model(model)
  self.title = translated_attribute(model.title)
end