style changes and refactoring

This commit is contained in:
2012-09-03 12:09:35 +02:00
parent 81a2423f6b
commit 39449f240a
36 changed files with 527 additions and 159 deletions
@@ -85,5 +85,10 @@ module Suppliers
format.json { head :no_content }
end
end
def qr_codes
@tables = current_supplier.tables
render layout: 'qr_sheet'
end
end
end