Skip to content

Instantly share code, notes, and snippets.

@DamirSvrtan
Created August 8, 2019 04:48
Show Gist options
  • Save DamirSvrtan/b5afcf4d4bc8b573557c80d2148d8639 to your computer and use it in GitHub Desktop.
Save DamirSvrtan/b5afcf4d4bc8b573557c80d2148d8639 to your computer and use it in GitHub Desktop.
# 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