Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vijaydev
Created September 15, 2011 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vijaydev/1219110 to your computer and use it in GitHub Desktop.
Save vijaydev/1219110 to your computer and use it in GitHub Desktop.
Rails.logger.info self.weightage.to_f
Rails.logger.info self.weightage.to_f/100.0
self.weightage = self.weightage.to_f/100.0
Rails.logger.info self.weightage
11.0
0.11
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment