summaryrefslogtreecommitdiff
path: root/app/controllers/application_controller.rb
diff options
context:
space:
mode:
authortkimia <tkimia@purdue.edu>2014-04-03 18:03:33 -0400
committertkimia <tkimia@purdue.edu>2014-04-03 18:03:33 -0400
commit36e6db5e8fbcbeeddb6a68d702bb8a2bdc3a514a (patch)
tree2cf6a72fce43f4644dc16177a4d42fb778fb8c97 /app/controllers/application_controller.rb
parenteffe4608e808a385bb912fccac26381d0bd0c95a (diff)
parent91623c4f865d25c33ed64632ae61b506e0bb1ab4 (diff)
Merge branch 'master' of https://github.com/LukeShu/leaguer
Diffstat (limited to 'app/controllers/application_controller.rb')
-rw-r--r--app/controllers/application_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 0ac3486..43ac21f 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -5,4 +5,6 @@ class ApplicationController < ActionController::Base
#include sessionhelper for the session controller and view
include SessionsHelper
+
+ include SimpleCaptcha::ControllerHelpers
end