Skip to content

Instantly share code, notes, and snippets.

@medined
Created May 28, 2009 00:05
Embed
What would you like to do?
Book Model Generation for ActiveScaffold Presentation
script/generate model book person_id:integer name:string pages:integer price:float invoiced_at:datetime purchased_on:date paid_at:timestamp checkin:time description:text paperback:boolean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment