Sha256: e5a6b7731aacdf511cf223a0536dbbb60739563d8ac4958643b92eea415d7cc3
Contents?: true
Size: 162 Bytes
Versions: 6
Compression:
Stored size: 162 Bytes
Contents
class ApplicationController < ActionController::Base before_action :authenticate! def after_sign_in_path_for(_resource) '/after-sign-in-path' end end
Version data entries
6 entries across 6 versions & 1 rubygems