2016-08-28 09:43:24 +08:00
|
|
|
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
|
|
|
|
include SessionsHelper
|
2016-09-09 23:07:36 +08:00
|
|
|
|
2016-08-28 09:43:24 +08:00
|
|
|
end
|