codevise/cert_watch

View on GitHub
app/controllers/cert_watch/application_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module CertWatch
  class ApplicationController < ActionController::Base
    protect_from_forgery with: :exception
  end
end