kirillshevch/logs

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

Summary

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