Merge branch 'master' of https://github.com/dpree/couchrest_model into dpree-master

This commit is contained in:
Sam Lown 2010-12-15 19:12:03 +01:00
commit f8d24550d9

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