We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d185969 commit 7984be1Copy full SHA for 7984be1
app/controllers/github_hook_controller.rb
@@ -1,7 +1,7 @@
1
require "json"
2
3
class GithubHookController < ApplicationController
4
- skip_before_filter :verify_authenticity_token, :check_if_login_required
+ skip_before_action :verify_authenticity_token, :check_if_login_required
5
6
def index
7
message_logger = GithubHook::MessageLogger.new(logger)
0 commit comments