Class: AuthActivity::AuthEventsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/auth_activity/auth_events_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



6
7
8
# File 'app/controllers/auth_activity/auth_events_controller.rb', line 6

def index
  @auth_events = AuthEvent.includes(:trackable).order(created_at: :desc).page(params[:page])
end