rubocop autofix

This commit is contained in:
2021-04-29 17:42:31 +02:00
parent b64fa26a55
commit f7799bb514
54 changed files with 127 additions and 50 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module ApplicationCable
class Connection < ActionCable::Connection::Base
end