Apply automatic rubocop fixes
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AnonymousController < ApplicationController
|
||||
def flash
|
||||
@flash ||= {}
|
||||
end
|
||||
|
||||
def redirect_to(*)
|
||||
end
|
||||
def redirect_to(*); end
|
||||
|
||||
def session
|
||||
@session ||= {}
|
||||
|
Reference in New Issue
Block a user