lib/chgk_rating/collections/teams.rb in chgk_rating-2.1.0 vs lib/chgk_rating/collections/teams.rb in chgk_rating-2.2.0

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + module ChgkRating module Collections class Teams < Base include ChgkRating::Concerns::Searching @@ -12,6 +14,6 @@ def api_path 'teams' end end end -end \ No newline at end of file +end