matenia/ad_man

View on GitHub
app/views/ad_man/advertisements/get_ad.js.erb

Summary

Maintainability
Test Coverage
<% if @ad %>
jQuery(<%= @div %>).html('<%= link_to image_tag(@ad.ad_banner.url(@size)), 
    ad_man.click_through_advertisements_path(@ad.id),  :target => "_blank", :method => :post %>');
<% end %>