Louis | Adds client waiting list to client list

This commit is contained in:
Loos
2014-09-24 20:08:05 -04:00
parent 884d95bb5c
commit 048d765c2e
5 changed files with 60 additions and 26 deletions
+1
View File
@@ -3,6 +3,7 @@ class ClientsController < ApplicationController
before_action :authenticate_user!
def index
@waiting_list = Client.waiting_list
@clients = Client.all
end