Skip to content

Instantly share code, notes, and snippets.

@kenzotakahashi
Created July 16, 2016 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenzotakahashi/c9c4b54eb5ee411d327937bbdb5827bd to your computer and use it in GitHub Desktop.
Save kenzotakahashi/c9c4b54eb5ee411d327937bbdb5827bd to your computer and use it in GitHub Desktop.
def customer_count(status, gender)
Customer.where(status: status, gender: gender).size
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment