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