Sha256: 4bfa3f4e30377254f098929d27b14aa15424c2d3b698a4c39a7e58fd635c70ef
Contents?: true
Size: 401 Bytes
Versions: 8
Compression:
Stored size: 401 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 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
8 entries across 8 versions & 1 rubygems