adding shift sale summary

This commit is contained in:
Yan
2017-07-13 11:12:02 +06:30
parent 762db6bff9
commit 6f57bb8a79
4 changed files with 28 additions and 11 deletions

View File

@@ -48,4 +48,9 @@ class Origami::ShiftsController < BaseOrigamiController
def edit
end
def sale_summary
@shift = ShiftSale.current_open_shift(current_user.id)
end
end