mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
Remove unused settings temporarily (#1136)
This commit is contained in:
parent
38c2b4670c
commit
c05ee9b572
25 changed files with 84 additions and 207 deletions
|
@ -3,7 +3,6 @@ Rails.application.routes.draw do
|
|||
|
||||
get "changelog" => "pages#changelog", as: :changelog
|
||||
get "feedback" => "pages#feedback", as: :feedback
|
||||
get "invites" => "pages#invites", as: :invites
|
||||
|
||||
resource :registration
|
||||
resource :session
|
||||
|
@ -17,12 +16,9 @@ Rails.application.routes.draw do
|
|||
namespace :settings do
|
||||
resource :profile, only: %i[show update destroy]
|
||||
resource :preferences, only: %i[show update]
|
||||
resource :notifications, only: %i[show update]
|
||||
resource :billing, only: %i[show update]
|
||||
resource :hosting, only: %i[show update] do
|
||||
post :send_test_email, on: :collection
|
||||
end
|
||||
resource :security, only: %i[show update]
|
||||
end
|
||||
|
||||
resources :imports, except: :show do
|
||||
|
@ -58,10 +54,6 @@ Rails.application.routes.draw do
|
|||
|
||||
namespace :account do
|
||||
resources :transfers, only: %i[new create destroy]
|
||||
|
||||
namespace :transaction do
|
||||
resources :rules, only: %i[index]
|
||||
end
|
||||
end
|
||||
|
||||
resources :accounts do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue