Skip to content

Instantly share code, notes, and snippets.

@mrb
Created October 28, 2008 15:48
Show Gist options
  • Save mrb/20407 to your computer and use it in GitHub Desktop.
Save mrb/20407 to your computer and use it in GitHub Desktop.
create_table :jots_notes, :force => true do |t|
t.references :jot, :polymorphic => true
t.references :note
t.timestamps
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment