application no longer thanks people for ordering nothing

This commit is contained in:
Senad Uka
2015-03-09 07:09:34 +01:00
parent fce49c9f5b
commit e12c2b01d0
8 changed files with 115 additions and 8 deletions

View File

@@ -105,10 +105,8 @@ ActiveRecord::Schema.define(version: 20150222055517) do
end
create_table "sub_categories", force: :cascade do |t|
t.string "name"
t.integer "category_id"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.string "name"
t.integer "category_id"
end
create_table "units", force: :cascade do |t|