diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 49a0316..f04e0b2 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,7 @@ Hfw::Application.routes.draw do + + resources :pois + # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". |