lacolonia/binda-shopify

View on GitHub
app/controllers/binda/shopify/application_controller.rb

Summary

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