Loop not rendering anything

I have a database that is reading the "show_times" from a column in my database table, but nothing is showing up. Is there some sort of syntax error here? I thought this was working fine yesterday...

<% @show_times.each do |s| %>     <br/>     <%= link_to s.show_time, :controller => "movies", :action => "detail", :id => s %> <% end %>

Thanks for any help :frowning: