Skip to content

Instantly share code, notes, and snippets.

@divoxx
Created February 15, 2011 21:57
Show Gist options
  • Select an option

  • Save divoxx/828352 to your computer and use it in GitHub Desktop.

Select an option

Save divoxx/828352 to your computer and use it in GitHub Desktop.
class YourModel < ActiveRecord::Base
def yourattribute=(new_value)
self[:yourattribute] = new_value.to_i.round
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment