swagger-ui as middleware & upgrade to 3.12.2

This commit is contained in:
domaindrivendev
2018-04-26 20:39:42 -07:00
parent 4c708295b9
commit fee8491ab6
74 changed files with 258 additions and 37700 deletions

View File

@@ -10,14 +10,14 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 2016_02_18_212104) do
ActiveRecord::Schema.define(version: 20160218212104) do
create_table "blogs", force: :cascade do |t|
t.string "title", limit: 255
t.string "title"
t.text "content"
t.string "thumbnail", limit: 255
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.string "thumbnail"
t.datetime "created_at"
t.datetime "updated_at"
end
end