Sha256: ab9fe8359f9192701f8924e6e2a7ff305d2a728d7b5b647d69160aebdbfd35d2
Contents?: true
Size: 262 Bytes
Versions: 31
Compression:
Stored size: 262 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=>4 code :string, :limit=>4 comments :text zzzzz :integer end end
Version data entries
31 entries across 31 versions & 1 rubygems