Sha256: 468d979539bebd4ead0f31508da3b4897c633134eaafeb76e797be4e38e9c621
Contents?: true
Size: 148 Bytes
Versions: 64
Compression:
Stored size: 148 Bytes
Contents
class Authentications::EventsController < ApplicationController def index render json: Current.user.events.order(created_at: :desc) end end
Version data entries
64 entries across 64 versions & 1 rubygems