diff --git a/app/controllers/archives_controller.rb b/app/controllers/archives_controller.rb index af65cab..c2833de 100644 --- a/app/controllers/archives_controller.rb +++ b/app/controllers/archives_controller.rb @@ -7,7 +7,7 @@ class ArchivesController < ApplicationController if !params['title'].nil? files_by_cateogry = ArchiveFile.where(is_hidden: false).group_by(&:category) categories = files_by_cateogry.keys - puts categories + puts categories.inspect cats_last = [] categories.each do |category| url_to_edit = ""