I hereby claim:
- I am judequintana on github.
- I am jayq_one (https://keybase.io/jayq_one) on keybase.
- I have a public key ASBb83lXW8E_AxSzfr_arM8cawybYXrPajeor2RnM_01DAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| class CreateBirds < ActiveRecord::Migration | |
| def change | |
| create_table :comments do |t| | |
| t.string :location | |
| t.belongs_to :birdable, polymorphic: true | |
| t.timestamps | |
| end | |
| end | |
| end |