Update invoice_controller.rb

This commit is contained in:
2016-04-27 12:33:35 -04:00
parent f7464e1d47
commit 5a5a531700

View File

@@ -10,6 +10,10 @@
class InvoiceController < ApplicationController class InvoiceController < ApplicationController
unloadable unloadable
include AuthHelper
before_filter :require_user
# #
# Downloads and forwards the invoice pdf # Downloads and forwards the invoice pdf
# #