Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. # using the default data source
  2. repo = ProductionRepo.new
  3. # swapping for a REST API data source
  4. repo = ProductionRepo.new(data_source: MovieProductionAPI)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement