This commit is contained in:
bee0005
2016-08-20 05:43:24 +00:00
parent 57bec7eb1a
commit e9471fdd2c
10 changed files with 3028 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
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
# protect_from_forgery with: :exception
end