Files
fizzy/app/controllers/events_controller.rb
T
Jason Zimdars b6658d3081 Bring back custom collections
WIP, still needs UI for creating new custom collections but there are two hard-coded collections and any previously created ones on production should now be available again
2025-04-26 20:49:35 -05:00

8 lines
139 B
Ruby

class EventsController < ApplicationController
include DayTimelinesScoped
def index
@filters = Current.user.filters.all
end
end