Skip to content

Commit

Permalink
fix: remove customize_derived (hitobito_youth#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegosteiner committed Sep 26, 2024
1 parent 6e4fbc0 commit 8c49c4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
- question = f.object
- if question.derived? && !question.derived_from_question.customize_derived
- if question.derived?
= f.labeled(:question) do
= f.hidden_field(:question)
%p.py-2= question.question
Expand Down

0 comments on commit 8c49c4d

Please sign in to comment.