summaryrefslogtreecommitdiff
path: root/app/models/unauthenticated_user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/unauthenticated_user.rb')
-rw-r--r--app/models/unauthenticated_user.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/models/unauthenticated_user.rb b/app/models/unauthenticated_user.rb
new file mode 100644
index 0000000..0fc17d2
--- /dev/null
+++ b/app/models/unauthenticated_user.rb
@@ -0,0 +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