trabajo-afectivo/lib/sessions/event/ticket_overview_index.rb

9 lines
183 B
Ruby
Raw Normal View History

class Sessions::Event::TicketOverviewIndex < Sessions::Event::Base
def run
return if !valid_session?
Sessions::Backend::TicketOverviewList.reset(@session['id'])
end
end