summaryrefslogtreecommitdiff
path: root/users/app/models/unauthenticated_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'users/app/models/unauthenticated_user.rb')
-rw-r--r--users/app/models/unauthenticated_user.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/app/models/unauthenticated_user.rb b/users/app/models/unauthenticated_user.rb
index 99a6874..0fc17d2 100644
--- a/users/app/models/unauthenticated_user.rb
+++ b/users/app/models/unauthenticated_user.rb
@@ -1,4 +1,6 @@
# The nil object for the user class
class UnauthenticatedUser < Object
+ # will probably want something here to return service level as APP_CONFIG[:service_levels][0] but not sure how will be accessing.
+
end