b6658d3081
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
8 lines
139 B
Ruby
8 lines
139 B
Ruby
class EventsController < ApplicationController
|
|
include DayTimelinesScoped
|
|
|
|
def index
|
|
@filters = Current.user.filters.all
|
|
end
|
|
end
|