aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2011-08-18 14:31:13 +0200
committerAlex Legler <alex@a3li.li>2011-08-18 14:31:13 +0200
commit824780cc0795fe6e0da66a3978580f806331f3eb (patch)
treedf9dcefeb920c5dc2c7aaff32de30929e6f24792 /app/controllers/application_controller.rb
parentMigrate glsa/show views to rails-3 (diff)
downloadglsamaker-824780cc0795fe6e0da66a3978580f806331f3eb.tar.gz
glsamaker-824780cc0795fe6e0da66a3978580f806331f3eb.tar.bz2
glsamaker-824780cc0795fe6e0da66a3978580f806331f3eb.zip
Fix glsa/diff action
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r--app/controllers/application_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 3b8b8ab..98f7de2 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -20,6 +20,7 @@ class ApplicationController < ActionController::Base
# filter_parameter_logging :password
include Authentication
+ include ApplicationHelper
protected
def deny_access(msg)