{}[https://codeclimate.com/github/mattways/ads-rails] {}[https://travis-ci.org/mattways/ads-rails] {}[https://gemnasium.com/mattways/ads-rails]
= Fonts Rails
Adds a simple helper to create the google adsense include tag.
= Install
Put this line in your Gemfile:
gem 'ads-rails'
Then bundle:
$ bundle
= Usage
In your layout add a line like this in your head:
= google_adsense_include_tag :client => 'client', :slot => 'slot', :width => 'width', :height => 'height'