lib/typus/authentication/session.rb in typus-3.0.7 vs lib/typus/authentication/session.rb in typus-3.0.8
- old
+ new
@@ -1,9 +1,7 @@
module Typus
-
module Authentication
-
module Session
protected
include Base
@@ -127,9 +125,7 @@
::I18n.locale = admin_user.reload.locale
end
end
end
-
end
-
end