Sha256: 01ea85254c694ce3a28db16494d183e9f6085b451be8fb9a63fcc7c4dc69cd41
Contents?: true
Size: 160 Bytes
Versions: 14
Compression:
Stored size: 160 Bytes
Contents
class Mongoid::Category include Mongoid::Document has_many :posts, :class_name => "Mongoid::Post" has_many :entries, :class_name => "Mongoid::Entry" end
Version data entries
14 entries across 14 versions & 1 rubygems