refactor: ♻️ Rubocop auto-correct

frozen_string_literal and single quote strings
This commit is contained in:
Juan Rodriguez
2021-06-13 10:46:52 -05:00
parent 019e2516d7
commit a9d3cbe544
37 changed files with 90 additions and 22 deletions
@@ -1,2 +1,4 @@
# frozen_string_literal: true
class ApplicationController < ActionController::Base
end