1
0
Fork 0
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:
Erik Michaels-Ober 2015-05-25 11:25:12 +02:00
parent dfede3a526
commit c3e3aa5bbf

View file

@ -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