Add route for uielements

This commit is contained in:
Roland Jesse 2012-01-12 21:16:31 +01:00
parent 3f9dd940a4
commit e8a39a5d99

View file

@ -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.