Render DEV's ASCII art as stdout (#6465)

* Use STDOUT logger in seeds.rb

* Introduce a stand-alone logger for seeds.rb

* Revert "Use STDOUT logger in seeds.rb"

This reverts commit eebc1e4f19ea4819de97bbd7178f1eada0607c32.

* Use put instead of logger for ASCII art
This commit is contained in:
Mac Siri 2020-03-13 19:58:34 -04:00 committed by GitHub
parent ae1f4faf3a
commit 6da511917b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -310,7 +310,7 @@ listings_categories.each_with_index do |category, index|
end
##############################################################################
Rails.logger.info <<-ASCII
puts <<-ASCII # rubocop:disable Rails/Output