Sha256: f92f7afc3857230b9e6575faf7b2deabfa52d658f2ec7264783de6128f9f3760
Contents?: true
Size: 413 Bytes
Versions: 6
Compression:
Stored size: 413 Bytes
Contents
class UcbRailsUser::Impersonation < ApplicationRecord include UcbRailsUser::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
6 entries across 6 versions & 1 rubygems