I have 3 Models
class Audio
end
class Album
end
class Movie
end
I want to have validation in Audio model.That while creating Audio the server should validate that the audio is linked with the album or movie or both. But both the fields selecting models in the from shouldn't be empty while submit.