mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Ignore long strategy module, for now
This commit is contained in:
parent
dfede3a526
commit
c3e3aa5bbf
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ module OmniAuth
|
|||
# wrangle multiple providers. Each strategy provided by
|
||||
# OmniAuth includes this mixin to gain the default functionality
|
||||
# necessary to be compatible with the OmniAuth library.
|
||||
module Strategy
|
||||
module Strategy # rubocop:disable ModuleLength
|
||||
def self.included(base)
|
||||
OmniAuth.strategies << base
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue