mirror of
https://github.com/we-promise/sure.git
synced 2026-06-07 03:39:00 +00:00
Removes unused model and routes (#546)
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
class Credit < Account
|
||||
end
|
||||
@@ -12,16 +12,6 @@ Rails.application.routes.draw do
|
||||
resources :valuations
|
||||
end
|
||||
|
||||
scope "accounts/new" do
|
||||
scope "bank" do
|
||||
get "", to: "accounts#new_bank", as: "new_bank"
|
||||
end
|
||||
|
||||
scope "credit" do
|
||||
get "", to: "accounts#new_credit", as: "new_credit"
|
||||
end
|
||||
end
|
||||
|
||||
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.
|
||||
# Can be used by load balancers and uptime monitors to verify that the app is live.
|
||||
get "up" => "rails/health#show", as: :rails_health_check
|
||||
|
||||
Reference in New Issue
Block a user