Rubocop fix

pull/544/head
Mikhael Rakauskas 4 months ago
parent 9da8811b23
commit d8e5bf821c

@ -1,3 +1,5 @@
# frozen_string_literal: true
class ApplicationController < ActionController::Base class ApplicationController < ActionController::Base
BROWSER_LOCALE_REGEXP = /\A\w{2}(?:-\w{2})?/ BROWSER_LOCALE_REGEXP = /\A\w{2}(?:-\w{2})?/

Loading…
Cancel
Save