Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Mar 4, 2008
1 parent 238f22d commit 00f72aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
masochism
==============

Connection proxy sends some queries (thoes in a transaction, update statements,
Connection proxy sends some queries (those in a transaction, update statements,
and ActiveRecord::Base#reload) to a master database, and the rest to the slave
database. The ActiveReload::MasterDatabase model uses a 'master_database'
setting in database.yml to serve as the master database.
Expand All @@ -25,4 +25,4 @@ will not be affected.
Setting up your own proxies:

# Sets up MyMaster's connection as the master database connection for User.
ActiveReload::ConnectionProxy.setup_for MyMaster, User
ActiveReload::ConnectionProxy.setup_for MyMaster, User

0 comments on commit 00f72aa

Please sign in to comment.