Skip to content

Instantly share code, notes, and snippets.

@aldesantis
Created January 28, 2016 15:15
Show Gist options
  • Save aldesantis/567eb2850b9f40797ec6 to your computer and use it in GitHub Desktop.
Save aldesantis/567eb2850b9f40797ec6 to your computer and use it in GitHub Desktop.
class Shoe < ActiveRecord::Base
validates :size, divisibility: { by: 0.5, allow_blank: true }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment