Sha256: 3d884df8dade1b6577a9e0ddc74d497dae0d43931e7da97973da2299c439dd59

Contents?: true

Size: 391 Bytes

Versions: 3

Compression:

Stored size: 391 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

3 entries across 3 versions & 1 rubygems

Version Path
authpds-1.1.5 lib/authpds/acts_as_authentic.rb
authpds-1.1.4 lib/authpds/acts_as_authentic.rb
authpds-1.1.3 lib/authpds/acts_as_authentic.rb