Add route for uielements
This commit is contained in:
parent
3f9dd940a4
commit
e8a39a5d99
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ ContactORama::Application.routes.draw do
|
||||||
resources :birthdays
|
resources :birthdays
|
||||||
resources :contacts
|
resources :contacts
|
||||||
|
|
||||||
|
match 'uielements/' => 'uielements#index'
|
||||||
|
|
||||||
# The priority is based upon order of creation:
|
# The priority is based upon order of creation:
|
||||||
# first created -> highest priority.
|
# first created -> highest priority.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue