Skip to content

Instantly share code, notes, and snippets.

@kousuke-takeuchi
Created October 14, 2013 17:04
Show Gist options
  • Save kousuke-takeuchi/6978758 to your computer and use it in GitHub Desktop.
Save kousuke-takeuchi/6978758 to your computer and use it in GitHub Desktop.
リレーションシップ用のデータベースを作成する
$ rails generate model Relationship follower_id:integer followed_id:integer
$ bundle exec rake db:migrate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment