fix question filers and i18n

This commit is contained in:
João Geonizeli
2022-08-10 17:27:10 +00:00
parent 21c874118f
commit 13cc15cd81
7 changed files with 32 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
ActiveAdmin.register Subject do
permit_params :name, :category_id, :axis_id
remove_filter :questions
end