Created
July 11, 2017 15:10
-
-
Save maxehmookau/4d34899569d55bf6defdd557931ee3f7 to your computer and use it in GitHub Desktop.
Slow user model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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