Skip to content

Instantly share code, notes, and snippets.

View JudeQuintana's full-sized avatar
💥

Jude Quintana JudeQuintana

💥
View GitHub Profile

Keybase proof

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:

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