4527dcbeda
After removing collections from the filtering menu, there was quite a good cleanup here pending
8 lines
128 B
Ruby
8 lines
128 B
Ruby
class EventsController < ApplicationController
|
|
include DayTimelinesScoped
|
|
|
|
def index
|
|
fresh_when @day_timeline
|
|
end
|
|
end
|