Sha256: 055a377fed2c0d3aa213ecf93da2decb8a5c890f78a3a7e4350df024533aef7b
Contents?: true
Size: 423 Bytes
Versions: 4
Compression:
Stored size: 423 Bytes
Contents
class UcbRailsUser::Impersonation < ApplicationRecord include UcbRailsUser::Concerns::ImpersonationConcerns # Don't add anything more here - any logic for the Impersonation class should go into # ImpersonationConcerns. This will make it much easier for host apps to customize # behavior if they need to # http://guides.rubyonrails.org/engines.html#implementing-decorator-pattern-using-activesupport-concern end
Version data entries
4 entries across 4 versions & 1 rubygems