add annotate gem

This commit is contained in:
João Geonizeli
2021-08-04 19:59:21 -03:00
parent b284a37ee2
commit a90855c5af
6 changed files with 103 additions and 6 deletions

6
db/schema.rb generated
View File

@@ -27,10 +27,4 @@ ActiveRecord::Schema.define(version: 2021_08_03_222524) do
t.index ["reset_password_token"], name: "index_admin_users_on_reset_password_token", unique: true
end
create_table "customers", force: :cascade do |t|
t.string "name"
t.datetime "created_at", precision: 6, null: false
t.datetime "updated_at", precision: 6, null: false
end
end