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
1 changed files with 1 additions and 1 deletions

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