Skip to content

Instantly share code, notes, and snippets.

@elight
Created December 2, 2011 21:37
Show Gist options
  • Save elight/1424937 to your computer and use it in GitHub Desktop.
Save elight/1424937 to your computer and use it in GitHub Desktop.
if (availability_flag == :available && !current_user.available?) ||
(availability_flag == :unavailable && current_user.available?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment