mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 17:30:49 +00:00
7 lines
208 B
Ruby
7 lines
208 B
Ruby
class ApplicationController < ActionController::Base
|
|
# Prevent CSRF attacks by raising an exception.
|
|
# For APIs, you may want to use :null_session instead.
|
|
protect_from_forgery with: :exception
|
|
|
|
end
|