Skip to content

Instantly share code, notes, and snippets.

@ejaypcanaria
Created March 7, 2016 13:55
Show Gist options
  • Save ejaypcanaria/9ad2023cc89c228c1458 to your computer and use it in GitHub Desktop.
Save ejaypcanaria/9ad2023cc89c228c1458 to your computer and use it in GitHub Desktop.
class User < ActiveRecord::Base
validates :password, presence: true, length: { minimum: 8 }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment