mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-11 14:21:39 -04:00
lk | reverses order of clients in all clients section
This commit is contained in:
@@ -4,7 +4,7 @@ class ClientsController < ApplicationController
|
||||
|
||||
def index
|
||||
@waiting_list = Client.waiting_list
|
||||
@clients = Client.all
|
||||
@clients = Client.all.reverse_order
|
||||
end
|
||||
|
||||
def new
|
||||
|
||||
Reference in New Issue
Block a user