Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created September 18, 2015 14:18
Show Gist options
  • Save lxneng/bff98c1f9630182fc9d6 to your computer and use it in GitHub Desktop.
Save lxneng/bff98c1f9630182fc9d6 to your computer and use it in GitHub Desktop.
url validates in rails model
validates :url, uniqueness: true, format: { with: URI::regexp(%w(http https))}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment