Update to Rails 7.1 (#8)

Reviewed-on: #8
This commit is contained in:
Andrew Tomaka 2023-10-10 23:01:12 -04:00
parent c9b79ec9ea
commit addf660c80
14 changed files with 208 additions and 126 deletions

2
db/schema.rb generated
View file

@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[7.0].define(version: 2023_02_25_002002) do
ActiveRecord::Schema[7.1].define(version: 2023_10_11_024748) do
create_table "credit_card_bills", force: :cascade do |t|
t.string "description"
t.decimal "amount"