Application_helper question

I am new to ruby on rails and ruby in general.
I have an existing application I am learning to maintain. What are the
“WB” declarations in my application_helper.rb file?

Here is an example:

def new_product_text
wb(“New Product”)
end
def new_company_text
wb(“New Company”)
end

brian sur wrote in post #1117255:

I am new to ruby on rails and ruby in general.
I have an existing application I am learning to maintain. What are the
“WB” declarations in my application_helper.rb file?

Here is an example:

def new_product_text
wb(“New Product”)
end
def new_company_text
wb(“New Company”)
end

wb can be a method, defined in your same controller or helper