Skip to content

Instantly share code, notes, and snippets.

@medined
Created May 28, 2009 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save medined/118992 to your computer and use it in GitHub Desktop.
Save medined/118992 to your computer and use it in GitHub Desktop.
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