about summary refs log tree commit diff
path: root/app/controllers/api_controller.rb
blob: eb2e464ebdcdb5eb5f4ffca67a3e590ba2e57c83 (plain) (blame)
1
2
3
class ApiController < ApplicationController
  protect_from_forgery with: :null_session
end