Skip to content

Commit

Permalink
require the appropriate libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Nov 19, 2024
1 parent cfe4b01 commit e355d6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dashboard/lib/current_user.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# frozen_string_literal: true

require 'etc'
require 'singleton'
require 'active_support/core_ext/module/delegation'

# The CurrentUser class represents the current user on the system from Etc.
# It has a name, a home directory, gid, uid and so on.
Expand Down

0 comments on commit e355d6b

Please sign in to comment.