lib/chgk_rating/models/team.rb in chgk_rating-2.1.0 vs lib/chgk_rating/models/team.rb in chgk_rating-2.2.0
- old
+ new
@@ -1,5 +1,7 @@
+# frozen_string_literal: true
+
module ChgkRating
module Models
class Team < Base
# Returns a single Recap for the current Team at a given season
#
@@ -57,6 +59,6 @@
def api_path
'teams'
end
end
end
-end
\ No newline at end of file
+end