Hi,
I’m trying to do a query on controller for get list by a boolean value
I do
@movies = Movie.where(:active => 1)
This value is already on form and it is being written on database, but when I write a block, I still picked up the list of all videos
Can anyone see what I’m doing wrong?
Thanks!