diff --git a/config/routes.rb b/config/routes.rb index bda69a8..3813909 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -6,6 +6,8 @@ ContactORama::Application.routes.draw do resources :birthdays resources :contacts + match 'uielements/' => 'uielements#index' + # The priority is based upon order of creation: # first created -> highest priority.