mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-29 09:35:46 +00:00
9 lines
131 B
Ruby
9 lines
131 B
Ruby
module GrapeLogging
|
|
module Loggers
|
|
class Base
|
|
def parameters(request, response)
|
|
{}
|
|
end
|
|
end
|
|
end
|
|
end
|