Module: Decidim::Consultations::Admin::QuestionsHelper
- Defined in:
- app/helpers/decidim/consultations/admin/questions_helper.rb
Overview
Helper for questions controller
Instance Method Summary collapse
Instance Method Details
#question_example_slug ⇒ Object
8 9 10 |
# File 'app/helpers/decidim/consultations/admin/questions_helper.rb', line 8 def question_example_slug "question-#{Time.now.utc.year}-#{Time.now.utc.month}-1" end |