Add filters for suspended accounts
This commit is contained in:
parent
2488162733
commit
f406e01fcf
8 changed files with 35 additions and 12 deletions
|
@ -10,8 +10,7 @@ class Settings::ProfilesController < ApplicationController
|
|||
obfuscate_filename [:account, :avatar]
|
||||
obfuscate_filename [:account, :header]
|
||||
|
||||
def show
|
||||
end
|
||||
def show; end
|
||||
|
||||
def update
|
||||
if @account.update(account_params)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue