Skip to content

Instantly share code, notes, and snippets.

@gertig
Created January 19, 2011 19:03
Show Gist options
  • Save gertig/786646 to your computer and use it in GitHub Desktop.
Save gertig/786646 to your computer and use it in GitHub Desktop.
$ rails generate scaffold email_subscriber first_name:string last_name:string email:string
$ rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment