lib/typus/authentication/base.rb in typus-3.0.7 vs lib/typus/authentication/base.rb in typus-3.0.8
- old
+ new
@@ -1,9 +1,7 @@
module Typus
-
module Authentication
-
module Base
def admin_user
@admin_user
end
@@ -17,9 +15,7 @@
def set_attributes_on_create; end
def set_attributes_on_update; end
def reload_locales; end
end
-
end
-
end