diff --git a/.idea/.generators b/.idea/.generators
index d2c02fb2..8893e668 100644
--- a/.idea/.generators
+++ b/.idea/.generators
@@ -5,4 +5,4 @@ You are allowed to:
2. Remove generators
3. Add installed generators
To add new installed generators automatically delete this file and reload the project.
--->
+-->
diff --git a/.idea/sxrestaurant.iml b/.idea/sxrestaurant.iml
index 169f839c..f88608e6 100644
--- a/.idea/sxrestaurant.iml
+++ b/.idea/sxrestaurant.iml
@@ -142,6 +142,7 @@
+
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index e13ea5e6..c418dccc 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -2,30 +2,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
@@ -47,18 +25,18 @@
-
-
+
+
-
-
+
+
-
-
+
+
@@ -68,7 +46,7 @@
-
+
@@ -78,18 +56,50 @@
-
+
-
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -125,13 +135,14 @@
-
+
+
@@ -644,12 +655,12 @@
-
+
-
+
@@ -686,7 +697,6 @@
-
@@ -769,42 +779,82 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
diff --git a/config/routes.rb b/config/routes.rb
index 5eccfd36..0b3f94a9 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -2,6 +2,7 @@ require 'sidekiq/web'
Rails.application.routes.draw do
+ resources :commissions
resources :commissioners
root 'home#index'
mount Sidekiq::Web => '/kiq'