0
0
Fork 0

Remove admin_user helper method from SystemHelpers module (#34096)

This commit is contained in:
Matt Jankowski 2025-03-07 03:31:47 -05:00 committed by GitHub
parent 551339401d
commit eaf1ea3155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 44 additions and 10 deletions

View file

@ -1,10 +1,6 @@
# frozen_string_literal: true
module SystemHelpers
def admin_user
Fabricate(:admin_user)
end
def submit_button
I18n.t('generic.save_changes')
end