<% @ad_images.each do |a|%>
<%= a.title %>
<%= a.banner.title%>
<%=image_tag(a.file.url(:thumb))%>
<% end %>