Sha256: a34dd0dddf868d580c81a5d8008efc4e1a4131c80b031ccadb38ab10eb756a4a
Contents?: true
Size: 437 Bytes
Versions: 24
Compression:
Stored size: 437 Bytes
Contents
class ApplicationController < ActionController::Base include MessageTrain::MessageTrainSupport # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception private def after_sign_in_path_for(_resource_or_scope) message_train.box_path(:in) end def after_sign_out_path_for(_resource_or_scope) message_train.box_path(:in) end end
Version data entries
24 entries across 24 versions & 1 rubygems