Class: Chaltron::LogsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Chaltron::LogsController
- Defined in:
- app/controllers/chaltron/logs_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
7 8 9 10 11 12 |
# File 'app/controllers/chaltron/logs_controller.rb', line 7 def index respond_to do |format| format.html format.json { render json: LogDatatable.new(params, view_context: view_context) } end end |
#show ⇒ Object
14 15 |
# File 'app/controllers/chaltron/logs_controller.rb', line 14 def show end |