netzke/netzke-core

View on GitHub
app/controllers/netzke_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class NetzkeController < ApplicationController
  include Netzke::Railz::ControllerExtensions

  skip_before_action :verify_authenticity_token, only: [:ext, :direct, :dispatcher]
end