Add frozen_string_literal comment to new class

This commit is contained in:
Matt-Yorkley
2020-02-04 11:11:24 +01:00
parent 285c78a5e4
commit 7d71f21753

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
class OrderCycleWarning
def initialize(current_user)
@current_user = current_user