show supplier user-interface update

This commit is contained in:
wvengen 2014-02-24 14:33:05 +01:00
parent 0014435663
commit 0fa9bebac9
11 changed files with 94 additions and 60 deletions

View file

@ -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