# This always return a big fat zero number_to_percentage(User.count/Signup.count) # Remember to have divide by floats! number_to_percentage(User.count.to_f/Signup.count.to_f)
Post a Comment
No comments:
Post a Comment