Skip to content

Instantly share code, notes, and snippets.

@siassaj
Created September 24, 2020 02:32
Show Gist options
  • Save siassaj/bb47f8e2e6cdc40582421417072fec89 to your computer and use it in GitHub Desktop.
Save siassaj/bb47f8e2e6cdc40582421417072fec89 to your computer and use it in GitHub Desktop.
if suppliers.present?
all_active_plants.where(supplier: suppliers)
else
all_active_plants
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment