Re: multiple keys

I’m trying to find some videos from a table by the columns comedy_type
and
round. I tried the following with no luck

current_contest.videos.find(:round => 1, :comedy_type => 1, :limit => 6,
:order => “rank ASC”)

any ideas?