With Rails 8, I integrated my helper to a class by
placing it under the app/helpers directory (app/helpers/number_helper.rb)
app/helpers directory
calling it as such from the class:
class MyClass helper NumberHelper ... end