jcraigk/kudochest

View on GitHub
app/controllers/hooks/base_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Hooks::BaseController < ActionController::Base # rubocop:disable Rails/ApplicationController
  skip_before_action :verify_authenticity_token
end