summaryrefslogtreecommitdiff
path: root/users/app/models/unauthenticated_user.rb
blob: 0fc17d24cabae717b97597276e29fe43258a20fe (plain)
1
2
3
4
5
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