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:
parent
ae1f4faf3a
commit
6da511917b
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ listings_categories.each_with_index do |category, index|
|
|||
end
|
||||
##############################################################################
|
||||
|
||||
Rails.logger.info <<-ASCII
|
||||
puts <<-ASCII # rubocop:disable Rails/Output
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue