Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dpree/couchrest_model int…
Browse files Browse the repository at this point in the history
…o dpree-master
  • Loading branch information
samlown committed Dec 15, 2010
2 parents 10bc440 + 1f64a03 commit f8d2455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit f8d2455

Please sign in to comment.