1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 17:30:49 +00:00
Files
wrestlingdev.com/app/controllers/application_controller.rb
Jacob Cody Wimer 1d024e0571 Added 11 man bracket
2014-01-31 18:33:58 -05:00

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