Skip to content

Instantly share code, notes, and snippets.

@tanelsuurhans
Created November 15, 2012 09:00
Show Gist options
  • Save tanelsuurhans/4077513 to your computer and use it in GitHub Desktop.
Save tanelsuurhans/4077513 to your computer and use it in GitHub Desktop.
def minimum_bet_validation
errors.add(:base, _("minimum_bet", :value => 10)) if name == Setting::MINIMUM_BET && value.to_i < 10
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment