From f7464e1d47e1b7d52b6184b78df23b343256c07e Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Wed, 27 Apr 2016 12:33:10 -0400 Subject: [PATCH] Update estimate_controller.rb --- app/controllers/estimate_controller.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/controllers/estimate_controller.rb b/app/controllers/estimate_controller.rb index 4311159..00f07e0 100644 --- a/app/controllers/estimate_controller.rb +++ b/app/controllers/estimate_controller.rb @@ -10,6 +10,10 @@ class EstimateController < ApplicationController unloadable + include AuthHelper + + before_filter :require_user + # # Downloads and forwards the estimate pdf #