aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorrhenium <rhenium@rhe.jp>2014-06-29 07:04:26 +0900
committerrhenium <rhenium@rhe.jp>2014-06-29 07:04:26 +0900
commitac9050e1b9e92d1e3d16f2268f4e73f6d7f7cc05 (patch)
tree67fe0e6de63df98239f8887626c0f071b493ea26 /lib
parentf77db7fb4b8bd0831bed32660a08a4891f2d5473 (diff)
downloadaclog-ac9050e1b9e92d1e3d16f2268f4e73f6d7f7cc05.tar.gz
web: update policy for unregistered user: unregistered users' best is now available
Diffstat (limited to 'lib')
-rw-r--r--lib/aclog/exceptions.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/aclog/exceptions.rb b/lib/aclog/exceptions.rb
index 5ffe609..4f70012 100644
--- a/lib/aclog/exceptions.rb
+++ b/lib/aclog/exceptions.rb
@@ -11,7 +11,6 @@ module Aclog
class DocumentNotFound < NotFound; end
class UserProtected < Forbidden; end
- class AccountPrivate < Forbidden; end
class OAuthEchoError < Unauthorized; end