Files
fizzy/app/controllers/events_controller.rb
T
Jorge Manrubia 4527dcbeda Remove unnecessary filtering code
After removing collections from the filtering menu, there was quite a good cleanup here pending
2025-10-03 10:56:34 +02:00

8 lines
128 B
Ruby

class EventsController < ApplicationController
include DayTimelinesScoped
def index
fresh_when @day_timeline
end
end