module Garden::AuditLog

Defined in:

audit_log.cr

Class Method Summary

Class Method Detail

def self.fire(action : String, old : String, new : String, *, user : DB::User | Nil = nil, board : DB::Board | Nil = nil, card : DB::Card | Nil = nil, ctx : HTTP::Server::Context | Nil = nil) #

[View source]