From e8a39a5d99224e102f50b3a9f307a65eedc34f07 Mon Sep 17 00:00:00 2001 From: Roland Jesse Date: Thu, 12 Jan 2012 21:16:31 +0100 Subject: [PATCH] Add route for uielements --- config/routes.rb | 2 ++ 1 file changed, 2 insertions(+) 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.