mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
Lisibility
This commit is contained in:
parent
714f361b17
commit
fe72aa1a15
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ module GrapeLogging
|
|||
def before
|
||||
reset_db_runtime
|
||||
start_time
|
||||
@included_loggers.each { |included_logger| included_logger.before }
|
||||
@included_loggers.each(&:before)
|
||||
end
|
||||
|
||||
def after
|
||||
|
|
|
|||
Loading…
Reference in a new issue