Skip to content

Commit

Permalink
removing override comment added 9 years ago
Browse files Browse the repository at this point in the history
The override comment is not clear and is being removed.
  • Loading branch information
elrayle authored and tamsin johnson committed Aug 25, 2021
1 parent 7d1b341 commit 3162a7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/models/concerns/hyrax/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ def all_user_activity(since = DateTime.current.to_i - 1.day)
end

module ClassMethods
# Override this method if you aren't using email/password
def system_user
find_or_create_system_user(system_user_key)
end
Expand All @@ -154,7 +153,6 @@ def system_user_key
Hyrax.config.system_user_key
end

# Override this method if you aren't using email/password
def audit_user
find_or_create_system_user(audit_user_key)
end
Expand All @@ -167,7 +165,6 @@ def user_key_field
Hydra.config.user_key_field
end

# Override this method if you aren't using email/password
def batch_user
find_or_create_system_user(batch_user_key)
end
Expand Down

0 comments on commit 3162a7e

Please sign in to comment.