Class: Logs::LogsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Logs::LogsController
- Includes:
- Concerns::LogsLoader, Concerns::Pagination
- Defined in:
- app/controllers/logs/logs_controller.rb
Constant Summary
Constants included from Concerns::Pagination
Concerns::Pagination::PAGE, Concerns::Pagination::PER_PAGE
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
8 |
# File 'app/controllers/logs/logs_controller.rb', line 8 def index; end |
#show ⇒ Object
10 |
# File 'app/controllers/logs/logs_controller.rb', line 10 def show; end |