adbanner-test/app/views/admin/ad_images/index.html.erb

4 lines
81 B
Plaintext
Raw Normal View History

2014-04-11 07:47:33 +00:00
<% @ad_images.each do |a|%>
<%= a.title %>
<%=image_tag(a.file.url)%>
<% end %>