1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-28 06:48:45 +09:00
YuruToot/app/controllers/api_controller.rb
2016-03-05 12:50:59 +01:00

4 lines
91 B
Ruby

class ApiController < ApplicationController
protect_from_forgery with: :null_session
end