class Wco::InvoicesController

def edit

def edit
  @invoice = Wco::Invoice.find params[:id]
  authorize! :edit, @invoice
end