c280b3a29b
Refactored basic directory structure. Moved to ActiveSupport for Validations and Callbacks. Cleaned up older code, and removed support for text property types.
11 lines
75 B
Ruby
11 lines
75 B
Ruby
|
|
module CouchRest
|
|
|
|
module Model
|
|
|
|
VERSION = "1.0.0.beta7"
|
|
|
|
end
|
|
|
|
end
|