rubocop auto correct

This commit is contained in:
2021-05-06 17:49:15 +02:00
parent 6c286e8f10
commit 42901eeb6f
7 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class WowReputationsController < ProtectedController
def index
@pagy, @wow_reputations = pagy(WowReputation.non_meta_reputations, items: 20)