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

Version Path
authpds-1.1.2 lib/authpds/acts_as_authentic.rb
authpds-1.1.1 lib/authpds/acts_as_authentic.rb
authpds-1.1.0 lib/authpds/acts_as_authentic.rb
authpds-1.0.0 lib/authpds/acts_as_authentic.rb
authpds-0.2.9 lib/authpds/acts_as_authentic.rb
authpds-0.2.8 lib/authpds/acts_as_authentic.rb
authpds-0.2.7 lib/authpds/acts_as_authentic.rb
authpds-0.2.6 lib/authpds/acts_as_authentic.rb
authpds-0.2.5 lib/authpds/acts_as_authentic.rb
authpds-0.2.4 lib/authpds/acts_as_authentic.rb
authpds-0.2.3 lib/authpds/acts_as_authentic.rb
authpds-0.2.2 lib/authpds/acts_as_authentic.rb
authpds-0.2.1 lib/authpds/acts_as_authentic.rb