Is there a way to filter a dropdown list based on another dropdown's value ?
For example, if we have: Class
and Student
Models where Student
have class_id
; is there a way to filter the Students shown in the dropdown based on the selected Class
?
EDIT
Apparently, rails_admin gem has an association
relationship which I was looking for; but it doesn't work perfectly.
This is the related link: https://github.com/sferik/rails_admin/wiki/Associations-scoping which edited the origin question