This commit is contained in:
Nweni
2017-06-14 16:06:11 +06:30
parent af623cb474
commit f00bd9df37
3 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
class Api::InvoicesController < ActionController::API
before :authenticate_token
before :set_sale_params, only:[:show, :update, :destroy]
# before :authenticate_token
# before :set_sale_params, only:[:show, :update, :destroy]
#List open invoices for today.
def index