Skip to content

Instantly share code, notes, and snippets.

@codeschool-courses
Created August 30, 2011 20:35
Show Gist options
  • Save codeschool-courses/1181947 to your computer and use it in GitHub Desktop.
Save codeschool-courses/1181947 to your computer and use it in GitHub Desktop.
Rails for Zombies 2 - Challenge 3-3
ActiveRecord::Schema.define(:version => 20110814152905) do
create_table "weapons" do |t|
t.string "name"
t.integer "ammo"
t.boolean "is_broken"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment