Skip to content

Instantly share code, notes, and snippets.

@jdx
Last active December 17, 2015 11:39
Show Gist options
  • Save jdx/5603426 to your computer and use it in GitHub Desktop.
Save jdx/5603426 to your computer and use it in GitHub Desktop.
def beast_score
max_score = Person.maximum('beast_points')
max_score = 100 if max_score == 0
(Math.log(beast_points+2, max_score) * 100).to_i
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment