Skip to content

Instantly share code, notes, and snippets.

@thehashrocket
Created January 9, 2017 14:03
Show Gist options
  • Save thehashrocket/b6b511d3a0294c1c0bb42dea4948c7f5 to your computer and use it in GitHub Desktop.
Save thehashrocket/b6b511d3a0294c1c0bb42dea4948c7f5 to your computer and use it in GitHub Desktop.
if registered and remote_app = RemoteApplications.find(app_id)
# do all the things
end
# or ...
if remote_app = RemoteApplications.find(app_id) and registered
# do all the things
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment