<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>generators/ab_migration/ab_migration_generator.rb</filename>
    </added>
    <added>
      <filename>generators/ab_migration/templates/migration.rb</filename>
    </added>
    <added>
      <filename>lib/ab.rb</filename>
    </added>
    <added>
      <filename>lib/ab_view_helper.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1 @@
-# Install hook code here
+# Install hook code here
\ No newline at end of file</diff>
      <filename>install.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1 +1,10 @@
-# SevenMinuteAbs
+module SevenMinuteAbs
+
+  # before_filter :ab_testing
+
+  def ab_testing
+    Ab.click!(params[:ab]) if params[:ab]
+    @ab_version = Time.now.to_i%2  #only supports a/b testing, 2 versions max
+  end
+
+end
\ No newline at end of file</diff>
      <filename>lib/seven_minute_abs.rb</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>MIT-LICENSE</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>35a827d0300f7840b8fb066f444887a88280b4e4</id>
    </parent>
  </parents>
  <author>
    <name>paul</name>
    <email>paul@socialmoth.com</email>
  </author>
  <url>http://github.com/paulmars/seven_minute_abs/commit/77ec71574f1fbedb3815c7742cfc94f19d028f03</url>
  <id>77ec71574f1fbedb3815c7742cfc94f19d028f03</id>
  <committed-date>2008-09-22T20:58:47-07:00</committed-date>
  <authored-date>2008-09-22T20:58:47-07:00</authored-date>
  <message>add migrationa nd view code</message>
  <tree>baf58b82c6cce137e6e4f993af5b129c6631cce8</tree>
  <committer>
    <name>paul</name>
    <email>paul@socialmoth.com</email>
  </committer>
</commit>
