Sha256: 323f5afdaa4264ed7ee4c04cb7e275da3523e8dc33c85ba0a5b90f3b1013de6f
Contents?: true
Size: 256 Bytes
Versions: 1
Compression:
Stored size: 256 Bytes
Contents
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 DeviseTokenAuth::Concerns::SetUserByToken end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise_token_auth-0.1.2 | test/dummy/app/controllers/application_controller.rb |