Sha256: b2bf5b6ef35d7e3f3b65f6b3f7f84e34a0383b953ed2f6395fd66053f029f31c

Contents?: true

Size: 548 Bytes

Versions: 7

Compression:

Stored size: 548 Bytes

Contents

require 'omniauth/identity/model'
require 'omniauth/identity/secure_password'

module OmniAuth
  module Identity
    module Model
      extend ActiveSupport::Concern
      # class << self
        # # alias_method :old_included, :included
        # extend ActiveSupport::Concern
      # end
    end
  end
end

module OmniAuth
  module Identity
    module SecurePassword
      extend ActiveSupport::Concern
      # class << self
        # # alias_method :old_included, :included
        # extend ActiveSupport::Concern
      # end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
socialite-0.2.1 lib/socialite/ext/omniauth/identity/model.rb
socialite-0.2.0 lib/socialite/ext/omniauth/identity/model.rb
socialite-0.1.2 lib/socialite/ext/omniauth/identity/model.rb
socialite-0.1.1 lib/socialite/ext/omniauth/identity/model.rb
socialite-0.1.0.pre.7 lib/socialite/ext/omniauth/identity/model.rb
socialite-0.1.0.pre.6 lib/socialite/ext/omniauth/identity/model.rb
socialite-0.1.0.pre.5 lib/socialite/ext/omniauth/identity/model.rb