Sha256: 4673795aba45581def640924ed7aac6174153286d89ea577e9c75e7a108edfd8

Contents?: true

Size: 632 Bytes

Versions: 3

Compression:

Stored size: 632 Bytes

Contents

if defined?(OmniAuth::Identity)
  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

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
socialite-0.1.0.pre.4 lib/socialite/ext/omniauth/identity/model.rb
socialite-0.1.0.pre.3 lib/socialite/ext/omniauth/identity/model.rb
socialite-0.1.0.pre.2 lib/socialite/ext/omniauth/identity/model.rb