Sha256: 2c9b4557abd725f727a99581531c98a33aaa591f0abd947fcbe4c4a8d29f24f0
Contents?: true
Size: 331 Bytes
Versions: 15
Compression:
Stored size: 331 Bytes
Contents
class Chaltron::LogsController < ApplicationController before_action :authenticate_user! load_and_authorize_resource respond_to :html, :json def index respond_to do |format| format.html format.json { render json: LogDatatable.new(params, view_context: view_context) } end end def show end end
Version data entries
15 entries across 15 versions & 1 rubygems