Sha256: 6002d2be5315fe888e08b2d2a15944f781bb66c216468819d4dd2e1b9df83ff8
Contents?: true
Size: 313 Bytes
Versions: 4
Compression:
Stored size: 313 Bytes
Contents
class ApplicationController < ActionController::Base include Authenticate::Controller # before_action :require_authentication before_action :require_login # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception end
Version data entries
4 entries across 4 versions & 1 rubygems