Compare commits
2 commits
07617fa34f
...
7d18da01d8
Author | SHA1 | Date | |
---|---|---|---|
7d18da01d8 | |||
92f6cb189f |
2 changed files with 4 additions and 2 deletions
|
@ -88,6 +88,8 @@ OpenneoImpressItems::Application.routes.draw do
|
||||||
|
|
||||||
# About pages!
|
# About pages!
|
||||||
get '/terms', to: "about#terms", as: :terms
|
get '/terms', to: "about#terms", as: :terms
|
||||||
|
get '/privacy',
|
||||||
|
to: redirect(Rails.configuration.impress_2020_origin + "/privacy")
|
||||||
get '/about/neopass', to: 'about#neopass'
|
get '/about/neopass', to: 'about#neopass'
|
||||||
|
|
||||||
# Other useful lil things!
|
# Other useful lil things!
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
#
|
#
|
||||||
# It's strongly recommended that you check this file into your version control system.
|
# It's strongly recommended that you check this file into your version control system.
|
||||||
|
|
||||||
ActiveRecord::Schema[7.1].define(version: 2024_02_29_015410) do
|
ActiveRecord::Schema[7.1].define(version: 2024_03_23_234243) do
|
||||||
create_table "alt_styles", charset: "utf8mb4", collation: "utf8mb4_unicode_520_ci", force: :cascade do |t|
|
create_table "alt_styles", charset: "utf8mb4", collation: "utf8mb4_unicode_520_ci", force: :cascade do |t|
|
||||||
t.integer "species_id", null: false
|
t.integer "species_id", null: false
|
||||||
t.integer "color_id", null: false
|
t.integer "color_id", null: false
|
||||||
|
@ -106,7 +106,7 @@ ActiveRecord::Schema[7.1].define(version: 2024_02_29_015410) do
|
||||||
t.integer "campaign_id", null: false
|
t.integer "campaign_id", null: false
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "item_outfit_relationships", id: :integer, charset: "utf8mb4", collation: "utf8mb4_unicode_520_ci", force: :cascade do |t|
|
create_table "item_outfit_relationships", charset: "utf8mb4", collation: "utf8mb4_unicode_520_ci", force: :cascade do |t|
|
||||||
t.integer "item_id"
|
t.integer "item_id"
|
||||||
t.integer "outfit_id"
|
t.integer "outfit_id"
|
||||||
t.boolean "is_worn"
|
t.boolean "is_worn"
|
||||||
|
|
Loading…
Reference in a new issue