Sha256: 715de1500336d9108f9dc934fe6c1536793c845d0c9ffba9515845b7f114ce66
Contents?: true
Size: 258 Bytes
Versions: 93
Compression:
Stored size: 258 Bytes
Contents
class Book < ActiveRecord::Base # the position of the fields block must be preserved belongs_to :author fields do title :string price :decimal, :precision=>8, :scale=>2 code :string, :limit=>4 comments :text timestamps end end
Version data entries
93 entries across 31 versions & 1 rubygems