1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix the cop violation 👮

This commit is contained in:
Rafael Mendonça França 2020-12-03 23:14:28 +00:00
parent ee647d4b0a
commit c1528c905c
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948

View file

@ -52,7 +52,7 @@ module Rails
end
def run_after_load_paths
@run_after_load_paths ||= -> {}
@run_after_load_paths ||= -> { }
end
def finalize!