Sha256: 72a364fb7414a08f2c7de8a0fb2f8d5ad864f72b1939b3e9d4f736c13d2b0a7d
Contents?: true
Size: 196 Bytes
Versions: 4
Compression:
Stored size: 196 Bytes
Contents
class Admin::CommReportsController < ApplicationController find_and_authorize :report, :comms, with: :admin, namespace: :admin respond_to :json def show respond_with @report end end
Version data entries
4 entries across 4 versions & 1 rubygems