myfreecomm/nexaas-async-collector

View on GitHub
app/controllers/nexaas/async/collector/application_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Nexaas
  module Async
    module Collector
      class ApplicationController < Nexaas::Async::Collector.parent_controller.constantize
        protect_from_forgery with: :exception
      end
    end
  end
end