From 51a18297a65b72e2a73212b64a4f90c98a66e67b Mon Sep 17 00:00:00 2001 From: pivotal Date: Tue, 10 Mar 2009 18:22:02 -0700 Subject: [PATCH] fixing typo --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index af0df35..92ff0ec 100644 --- a/README.textile +++ b/README.textile @@ -2,7 +2,7 @@ h2. Changes by Pivotal: In the original implementation, one could not truly use two different database connections: ActsAsFu would use ActiveRecord::Base's connection, or setting ActsAsFu's connection would change ActiveRecord::Base's connection globally, breaking other tests. -To fix this, created ActsAsFu::Connection, an abstract class that extends from ActiveRecord::Base. This segregates ActsAsFu's database connection (to whatever database technology) from ActiveRecord::Base, and thus from the rest of the project. +To fix this, we created ActsAsFu::Connection, an abstract class that extends from ActiveRecord::Base. This segregates ActsAsFu's database connection (to whatever database technology) from ActiveRecord::Base, and thus from the rest of the project.