Skip to content

Commit 1da97e8

Browse files
committed
PC-24: Fix rubocop
1 parent 1af68f6 commit 1da97e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/customer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def self.ransackable_attributes(_auth_object = nil)
99
updated_at]
1010
end
1111

12-
def self.ransackable_associations(auth_object = nil)
12+
def self.ransackable_associations(_auth_object = nil)
1313
["quotes"]
1414
end
1515
end

0 commit comments

Comments
 (0)