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
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.