<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,9 +20,10 @@ Make sure you give your &lt;script&gt; tags for google something identifiable, e.g. &lt;s
 Then configure the necessary controller:
 
   class ApplicationController &lt; ActionController::Base
-    @@google_ads_cssselector = 'script.googleads' # step 1
-    cattr_accessor :google_ads_cssselector        # step 2
-    after_filter :postload_google_ads             # step 3
+    include PostloadGoogleAds                     # step 1
+    @@google_ads_cssselector = 'script.googleads' # step 2
+    cattr_accessor :google_ads_cssselector        # step 3
+    after_filter :postload_google_ads             # step 4
   end
 
 Restart your Rails server and see</diff>
      <filename>README.rdoc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0fcc60612509b2ef311a0e0dda8a14741fa005ba</id>
    </parent>
  </parents>
  <author>
    <name>choonkeat</name>
    <email>choonkeat@gmail.com</email>
  </author>
  <url>http://github.com/choonkeat/postload_google_ads/commit/2ea72a4cc085c18509e8449ad506e3b7367d2b20</url>
  <id>2ea72a4cc085c18509e8449ad506e3b7367d2b20</id>
  <committed-date>2009-03-19T00:30:04-07:00</committed-date>
  <authored-date>2009-03-19T00:30:04-07:00</authored-date>
  <message>Fix typo in instructions</message>
  <tree>a9ccf07018dca646fd1e878dfa2627b87f161f10</tree>
  <committer>
    <name>choonkeat</name>
    <email>choonkeat@gmail.com</email>
  </committer>
</commit>
