show supplier user-interface update
This commit is contained in:
parent
0014435663
commit
0fa9bebac9
11 changed files with 94 additions and 60 deletions
|
|
@ -11,6 +11,7 @@ class SuppliersController < ApplicationController
|
|||
def show
|
||||
@supplier = Supplier.find(params[:id])
|
||||
@deliveries = @supplier.deliveries.recent
|
||||
@orders = @supplier.orders.recent
|
||||
end
|
||||
|
||||
# new supplier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue