Sha256: f464945f302cdf1e6ca4cdb24eb8ba0a9ca1098e923e4df81275b4fd444c901a
Contents?: true
Size: 390 Bytes
Versions: 13
Compression:
Stored size: 390 Bytes
Contents
module Authpds module ActsAsAuthentic def self.included(klass) klass.class_eval do add_acts_as_authentic_module(Authpds::ActsAsAuthentic::CoreAttributes, :prepend) add_acts_as_authentic_module(Authpds::ActsAsAuthentic::Expiration, :append) add_acts_as_authentic_module(Authpds::ActsAsAuthentic::InstitutionAttributes, :append) end end end end
Version data entries
13 entries across 13 versions & 1 rubygems