Sha256: 86330471f3f38a2290cffb1fea4a60b672dc069ac0b9da22236e782c5639dc6b
Contents?: true
Size: 273 Bytes
Versions: 15
Compression:
Stored size: 273 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 helper ::Dorsale::AllHelpers before_action :authenticate_user! end
Version data entries
15 entries across 15 versions & 1 rubygems