Class: AuthActivity::AuthEventsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- AuthActivity::AuthEventsController
- Defined in:
- app/controllers/auth_activity/auth_events_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
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 |