diff options
author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2019-06-20 09:18:06 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-06-20 02:18:06 +0200 |
commit | 33144e132d28f5b820ae12e4b8e4fb34ca47b1d6 (patch) | |
tree | dff753c65e2985a6bf2ac82a81ef4cfb76a6eddb | |
parent | f7f23b4a19a84371f44ec5297125e96ba81681a1 (diff) |
Fix layout of identity proofs settings (#11126)
-rw-r--r-- | app/controllers/settings/identity_proofs_controller.rb | 4 |
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 |