Sha256: 329ae53eb21681b5d4533d46a1f3d9b11b31bf7d8ee3654ca4d725a4e83d3180
Contents?: true
Size: 370 Bytes
Versions: 62
Compression:
Stored size: 370 Bytes
Contents
class Author < ActiveRecord::Base fields { # The comments must be prerserved number :integer # as well as the order of field declarations, name :string # indendationa birthdate :date, :unique # specifications... # etc. decnum :decimal, :default=>BigDecimal('1.2'), :precision=>10, :scale=>3 event :datetime } has_many :books end
Version data entries
62 entries across 31 versions & 1 rubygems