Skip to content

Instantly share code, notes, and snippets.

@boriscy
Created March 30, 2010 00:17
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 boriscy/348598 to your computer and use it in GitHub Desktop.
Save boriscy/348598 to your computer and use it in GitHub Desktop.
rails test_simple_form
# The I edit the Gemfile to use simple_form
Gem "simple_form"
rails g simple_form_install
rails g scaffold user name:string
rails g scaffold post title:string post:text user:references
# edit the User model user.rb and add
has_many :posts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment