Created
August 8, 2019 04:48
-
-
Save DamirSvrtan/b5afcf4d4bc8b573557c80d2148d8639 to your computer and use it in GitHub Desktop.
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
# using the default data source | |
repo = ProductionRepo.new | |
# swapping for a REST API data source | |
repo = ProductionRepo.new(data_source: MovieProductionAPI) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment