Skip to content

Commit

Permalink
Run StandardRB
Browse files Browse the repository at this point in the history
  • Loading branch information
ardecvz committed Dec 2, 2023
1 parent 507dc07 commit 8c32a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/futurism/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Engine < ::Rails::Engine
end

initializer "futurism.logger", after: "initialize_logger" do
Futurism.logger ||= Rails.logger ? Rails.logger : Logger.new($stdout)
Futurism.logger ||= Rails.logger || Logger.new($stdout)
end
end
end

0 comments on commit 8c32a8c

Please sign in to comment.