add axes, categories and subjects to admin panel
This commit is contained in:
3
app/admin/subjects.rb
Normal file
3
app/admin/subjects.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
ActiveAdmin.register Subject do
|
||||
permit_params :name, :category_id, :axis_id
|
||||
end
|
||||
Reference in New Issue
Block a user