Working on testing for design and view support

This commit is contained in:
Sam Lown 2011-02-06 02:52:09 +01:00
parent a79c2d516a
commit dc28155aa3
6 changed files with 309 additions and 29 deletions

View file

@ -16,6 +16,7 @@ module CouchRest
include CouchRest::Model::PropertyProtection
include CouchRest::Model::Associations
include CouchRest::Model::Validations
include CouchRest::Model::Design
def self.subclasses
@subclasses ||= []