lib/typus/authentication/base.rb in typus-3.0.8 vs lib/typus/authentication/base.rb in typus-3.0.9

- old
+ new

@@ -12,10 +12,9 @@ def check_if_user_can_perform_action_on_resource; end def check_resource_ownership; end def check_resources_ownership; end def set_attributes_on_create; end def set_attributes_on_update; end - def reload_locales; end end end end