@feeds.group([“year”, “month”]).each do |group|
sub_record = group.sub_records.first
year = sub_record.year
month = sub_record.month
url("/search?word=#{params[:word]}&year=#{year}&month=#{month}"))
%br