5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 00:56:07 +00:00
panel/app/controllers/application_controller.rb

4 lines
97 B
Ruby
Raw Normal View History

2018-01-02 17:19:25 +00:00
class ApplicationController < ActionController::Base
protect_from_forgery with: :exception
end