Class: Chaltron::LogsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/chaltron/logs_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



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

#showObject



14
15
# File 'app/controllers/chaltron/logs_controller.rb', line 14

def show
end