fixed type in readme code-example

This commit is contained in:
dpree 2010-12-08 18:30:54 +01:00
parent 958616025d
commit 1f64a03c2a

View file

@ -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