about summary refs log tree commit diff
path: root/app/controllers/authorize_follow_controller.rb
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-02-26 23:23:06 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-02-26 23:23:06 +0100
commit5f511324b65f94d800dbbd3850214955d7d9eb73 (patch)
tree5ed179289819d61df1a4c15851389aa7d9b42f19 /app/controllers/authorize_follow_controller.rb
parent063432d7e352a0dfb7da0e198886b88e3b8a55bb (diff)
Add validation of media attachments, clean up mastodon-own exception classes
Diffstat (limited to 'app/controllers/authorize_follow_controller.rb')
-rw-r--r--app/controllers/authorize_follow_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/authorize_follow_controller.rb b/app/controllers/authorize_follow_controller.rb
index e866b5599..c98a5f45f 100644
--- a/app/controllers/authorize_follow_controller.rb
+++ b/app/controllers/authorize_follow_controller.rb
@@ -25,7 +25,7 @@ class AuthorizeFollowController < ApplicationController
     else
       redirect_to web_url("accounts/#{@account.id}")
     end
-  rescue ActiveRecord::RecordNotFound, Mastodon::NotPermitted
+  rescue ActiveRecord::RecordNotFound, Mastodon::NotPermittedError
     render :error
   end