ngscheurich/fresh-pots

View on GitHub
app/controllers/api_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ApiController < ApplicationController
  protect_from_forgery with: :null_session
end