billy-whizz

Results 4 comments of billy-whizz

Thank you @nsoseka. How would I go about that?

Thanks for pointing that out. In app/services/my_data_methods.rb I have used this method: `def self.delimit_figures` `ActionController::Base.helpers.number_to_currency(authors.salary, precision: 0)` `end` Not much success though

Thanks a lot! After requiring the helper, here is the method in my_data_methods.rb: `def self.delimit_figures` `Author.number_to_currency(salary)` `end` Any ideas are welcome.,thanks

Hi, so I recently returned to this but yet to get a solution. I think am yet to get the hang of it. My `authors` table has a `salary` field,...