Guest User

Untitled

a guest
Apr 19th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ActionController::Routing::Routes.draw do |map|
  2. # map.resources :bps
  3.  
  4.  
  5.  
  6. map.resources :patients
  7.  
  8. map.resources :patients do |patients|
  9. patients.resources :bps
  10. end
Add Comment
Please, Sign In to add comment