Skip to content

Commit

Permalink
forgot to compare it against the new attr duhhhhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
maddox committed Jul 6, 2010
1 parent c3389b3 commit 3573a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tmdb_party/movie.rb
Expand Up @@ -64,7 +64,7 @@ def producers

def find_cast(type)
return [] unless cast
guys = cast.select{|c| c.job == type}
guys = cast.select{|c| c.department == type}
end

end
Expand Down

0 comments on commit 3573a8d

Please sign in to comment.