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

8 lines
120 B
Plaintext
Raw Normal View History

2014-04-11 08:26:34 +00:00
<% @ad_banners.each do |a|%>
<%= a.title %>
<%= a.ad_fx %>
<%= a.height %>
<%= a.width %>
<%= a.speed %>
<% end %>