DEV: Remove unnecessary method_missing from GuardianUser (#24735)

Followup to 77b6a038ba, this
was a mistake and should have been removed before merge.
This commit is contained in:
Martin Brennan 2023-12-06 11:24:19 +10:00 committed by GitHub
parent 3141994e38
commit a5d4bf6dd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -35,10 +35,6 @@ class GuardianUser
true
end
end
def method_missing(method, *args, &block)
@user_alike.public_send(method, *args, &block)
end
end
# The guardian is responsible for confirming access to various site resources and operations