Sha256: 6f5b5abbcc4f48678cbd4f7581288895833ced82a6e0d8dd5ccf5f6cb9a0b0bf
Contents?: true
Size: 264 Bytes
Versions: 15
Compression:
Stored size: 264 Bytes
Contents
class Comment include SimplyStored::Couch property :user_id, :type => String end class Post include SimplyStored::Couch property :writer, :type => String end class Article include SimplyStored::Couch property :author, :type => String end
Version data entries
15 entries across 15 versions & 1 rubygems