about summary refs log tree commit diff
path: root/app/controllers/settings/identity_proofs_controller.rb
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-06-20 09:18:06 +0900
committerEugen Rochko <eugen@zeonfederated.com>2019-06-20 02:18:06 +0200
commit33144e132d28f5b820ae12e4b8e4fb34ca47b1d6 (patch)
treedff753c65e2985a6bf2ac82a81ef4cfb76a6eddb /app/controllers/settings/identity_proofs_controller.rb
parentf7f23b4a19a84371f44ec5297125e96ba81681a1 (diff)
Fix layout of identity proofs settings (#11126)
Diffstat (limited to 'app/controllers/settings/identity_proofs_controller.rb')
-rw-r--r--app/controllers/settings/identity_proofs_controller.rb4
1 files changed, 0 insertions, 4 deletions
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