Put empty method definitions on a single line
Use #value? instead of #values.include?
Require order is undeterministic — sort files before requiring them
Consider merging nested conditions into outer if conditions
Potential SSL verification bypass detected

|
@@ -14,7 +14,7 @@ def kls.fake_gem_defined_method; end
|
|
|
14
|
-
ActiveRecord::Base.
|
|
14
|
+
ActiveRecord::Base.include Kaminari::FakeGem
|
|
15
15
|
# Simulate a gem providing a subclass of ActiveRecord::Base before the Railtie is loaded.
|
|
16
16
|
class GemDefinedModel < ActiveRecord::Base
|