Sha256: 21666b53c9c155586c7399441438fd50c68f869aee0acf8323a161398f1be380
Contents?: true
Size: 202 Bytes
Versions: 31
Compression:
Stored size: 202 Bytes
Contents
class Book < ActiveRecord::Base fields do title :string price :decimal, :precision=>8, :scale=>2 code :string, :limit=>4 comments :text timestamps end belongs_to :author end
Version data entries
31 entries across 31 versions & 1 rubygems