Skip to content

Commit

Permalink
AO3-4548 Stolen from sarken (otwcode#2872)
Browse files Browse the repository at this point in the history
  • Loading branch information
zz9pzza authored and scottsds committed Apr 22, 2017
1 parent 218f15e commit 1b60024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/archive_faqs_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def archive_faq_params
params.require(:archive_faq).permit(
:title, :notify_translations,
questions_attributes: [
:id, :question, :anchor, :content, :screencast, :_destroy
:id, :question, :anchor, :content, :screencast, :_destroy, :is_translated
]
)
end
Expand Down

0 comments on commit 1b60024

Please sign in to comment.