diff --git a/Gemfile b/Gemfile index 0d888c9e6..40b15f5d5 100644 --- a/Gemfile +++ b/Gemfile @@ -112,4 +112,3 @@ group :test do gem "vcr", "~> 5.1" gem "webmock", "~> 3.1" end - diff --git a/config/routes.rb b/config/routes.rb index e141d42d2..f1b42826f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -241,7 +241,7 @@ resources :index, path: "/", only: %i[show index], - constraints: { id: /.+/}, + constraints: { id: /.+/ }, format: false root to: "index#index" diff --git a/db/schema.rb b/db/schema.rb index b25a4977b..7b7950a34 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + # This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition. @@ -9,9 +11,7 @@ # migrations use external dependencies or application code. # # It's strongly recommended that you check this file into your version control system. - ActiveRecord::Schema.define(version: 2022_07_07_142354) do - create_table "active_storage_attachments", charset: "utf8mb4", force: :cascade do |t| t.string "name", limit: 191, null: false t.string "record_type", null: false