Skip to content

Instantly share code, notes, and snippets.

@maxehmookau
Created July 11, 2017 15:10
Show Gist options
  • Save maxehmookau/4d34899569d55bf6defdd557931ee3f7 to your computer and use it in GitHub Desktop.
Save maxehmookau/4d34899569d55bf6defdd557931ee3f7 to your computer and use it in GitHub Desktop.
Slow user model
class User < ApplicationRecord
# ...
def test_results
# This API endpoint is slow.
HTTParty.get('https://someapi.com/test_results/user_id')
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment