Big first commit
authentication-zero and first layout
This commit is contained in:
5
app/controllers/authentications/events_controller.rb
Normal file
5
app/controllers/authentications/events_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class Authentications::EventsController < ApplicationController
|
||||
def index
|
||||
@events = Current.user.events.order(created_at: :desc).limit(30)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user