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