lib/typus/authentication/none.rb in typus-3.0.7 vs lib/typus/authentication/none.rb in typus-3.0.8
- old
+ new
@@ -1,9 +1,7 @@
module Typus
-
module Authentication
-
module None
protected
include Base
@@ -11,9 +9,7 @@
def authenticate
@admin_user = FakeUser.new
end
end
-
end
-
end