adds account section to management
for now it only has the option to delete account
This commit is contained in:
@@ -220,6 +220,8 @@ Rails.application.routes.draw do
|
||||
end
|
||||
end
|
||||
|
||||
resource :account, controller: "account", only: [:show]
|
||||
|
||||
get 'sign_in', to: 'sessions#create'
|
||||
|
||||
resource :session, only: [:create, :destroy]
|
||||
|
||||
Reference in New Issue
Block a user