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

8 lines
120 B
Plaintext

<% @ad_banners.each do |a|%>
<%= a.title %>
<%= a.ad_fx %>
<%= a.height %>
<%= a.width %>
<%= a.speed %>
<% end %>