Guest User

Untitled

a guest
Jul 12th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. map.geolocator_city '/geolocator/:city', :controller => 'geolocator', :action => 'index', :method => :get
  2. map.geolocator_add_form '/geolocator/:city/new', :controller => 'geolocator', :action => 'new', :method => :get
  3. map.geolocator_edit_form '/geolocator/edit_overlay/:id', :controller => 'geolocator', :action => 'edit_overlay', :method => :get
  4. map.resources :geolocator, :controller => :geolocator
Add Comment
Please, Sign In to add comment