Skip to content

Instantly share code, notes, and snippets.

@bmneely
Created July 3, 2013 18:57
Show Gist options
  • Save bmneely/5921683 to your computer and use it in GitHub Desktop.
Save bmneely/5921683 to your computer and use it in GitHub Desktop.
twoway_guest_pw
def twoway_guest_pw
return self.gibberish_guest_pw unless self.gibberish_guest_pw.blank?
self.gpg_guest_pw
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment