From 1f64a03c2afa23eec38fb4e52428320bfa345a9d Mon Sep 17 00:00:00 2001 From: dpree Date: Wed, 8 Dec 2010 18:30:54 +0100 Subject: [PATCH] fixed type in readme code-example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 708df1d..5c0668d 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ CouchRest Model supports a few configuration options. These can be set either fo base or for a specific model of your chosing. To configure globally, provide something similar to the following in your projects loading code: - CouchRestModel::Model::Base.configure do |config| + CouchRest::Model::Base.configure do |config| config.mass_assign_any_attribute = true config.model_type_key = 'couchrest-type' end