Guest User

Untitled

a guest
Jul 18th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. ##config/routes.rb
  2. ActionController::Routing::Routes.draw do |map|
  3.  
  4. map.resources :collections, :has_many => :units
  5. map.resources :nationalities
  6.  
  7. map.root :controller => "home"
  8.  
  9. end
Add Comment
Please, Sign In to add comment