8 lines
134 B
Ruby
8 lines
134 B
Ruby
class Events::DaysController < ApplicationController
|
|
include DayTimelinesScoped
|
|
|
|
def index
|
|
fresh_when @day_timeline
|
|
end
|
|
end
|