Skip to content

Instantly share code, notes, and snippets.

@modsognir
Created May 20, 2012 08:04
Show Gist options
  • Save modsognir/2757267 to your computer and use it in GitHub Desktop.
Save modsognir/2757267 to your computer and use it in GitHub Desktop.
def password_required?
!persisted? || password.present? || password_confirmation.present?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment