mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-04-27 14:57:40 +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
|
def before
|
||||||
reset_db_runtime
|
reset_db_runtime
|
||||||
start_time
|
start_time
|
||||||
@included_loggers.each { |included_logger| included_logger.before }
|
@included_loggers.each(&:before)
|
||||||
end
|
end
|
||||||
|
|
||||||
def after
|
def after
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue