7 lines
105 B
Ruby
7 lines
105 B
Ruby
class Events::DaysController < ApplicationController
|
|
include DayTimelinesScoped
|
|
|
|
def index
|
|
end
|
|
end
|