summaryrefslogtreecommitdiff
path: root/app/controllers/configs_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/configs_controller.rb')
-rw-r--r--app/controllers/configs_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/configs_controller.rb b/app/controllers/configs_controller.rb
index 5a62379..8acf048 100644
--- a/app/controllers/configs_controller.rb
+++ b/app/controllers/configs_controller.rb
@@ -1,7 +1,7 @@
class ConfigsController < ApplicationController
- before_filter :authentication
- before_filter :add_cookie_header # only for anonymous participants
+ before_action :authentication
+ before_action :add_cookie_header # only for anonymous participants
def initialize
super