Fix layout of identity proofs settings (#11126)

This commit is contained in:
Acid Chicken (硫酸鶏) 2019-06-20 09:18:06 +09:00 committed by Eugen Rochko
parent f7f23b4a19
commit 33144e132d
1 changed files with 0 additions and 4 deletions

View File

@ -56,8 +56,4 @@ class Settings::IdentityProofsController < Settings::BaseController
def post_params
params.require(:account_identity_proof).permit(:post_status, :status_text)
end
def set_body_classes
@body_classes = ''
end
end