Sha256: a76a9370026ec6c76f7fddf5871b075de28af1619c055c4e351d075e08fb86da
Contents?: true
Size: 332 Bytes
Versions: 84
Compression:
Stored size: 332 Bytes
Contents
# encoding: utf-8 class Person include Mongoid::Document # jinda begin include Mongoid::Timestamps field :fname, :type => String field :lname, :type => String field :sex, :type => Integer belongs_to :address field :dob, :type => Date field :phone, :type => String field :photo, :type => String # jinda end end
Version data entries
84 entries across 81 versions & 4 rubygems