From 33144e132d28f5b820ae12e4b8e4fb34ca47b1d6 Mon Sep 17 00:00:00 2001 From: "Acid Chicken (硫酸鶏)" Date: Thu, 20 Jun 2019 09:18:06 +0900 Subject: Fix layout of identity proofs settings (#11126) --- app/controllers/settings/identity_proofs_controller.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/controllers/settings/identity_proofs_controller.rb') diff --git a/app/controllers/settings/identity_proofs_controller.rb b/app/controllers/settings/identity_proofs_controller.rb index e22b4d9be..a749d8020 100644 --- a/app/controllers/settings/identity_proofs_controller.rb +++ b/app/controllers/settings/identity_proofs_controller.rb @@ -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 -- cgit