couchrest_model/lib/couchrest/model.rb
Sam Lown c280b3a29b Renaming to CouchRest Model
Refactored basic directory structure.
Moved to ActiveSupport for Validations and Callbacks.
Cleaned up older code, and removed support for text property types.
2010-06-20 22:01:11 +02:00

11 lines
75 B
Ruby

module CouchRest
module Model
VERSION = "1.0.0.beta7"
end
end