Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pivotalops committed Mar 11, 2009
1 parent 6f28083 commit 51a1829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -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.

<hr/>

Expand Down

0 comments on commit 51a1829

Please sign in to comment.