Skip to content

Commit

Permalink
fix: update answer_options custom route
Browse files Browse the repository at this point in the history
  • Loading branch information
Stef-Rousset committed Sep 12, 2024
1 parent 1fb220b commit ca813b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decidim-templates/lib/decidim/templates/admin_engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class AdminEngine < ::Rails::Engine
end
end

get "/questionnaire_template/questionnaire/answer_options", to: "questionnaires#answer_options", as: "answer_options_template"
get "/questionnaire_template/questionnaire/answer_options", to: "questionnaire_templates/questionnaires#answer_options", as: "answer_options_template"

root to: "questionnaire_templates#index"
end
Expand Down

0 comments on commit ca813b7

Please sign in to comment.