Fix layout of identity proofs settings (#11126)

lolsob-rspec
Acid Chicken (硫酸鶏) 2019-06-20 09:18:06 +09:00 committed by Eugen Rochko
parent d7e2f554fb
commit f2f6c5d462
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