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

Remove undefined ensure_zeitwerk_mode

Follow up to 8db23109bf.
This commit is contained in:
Ryuta Kamizono 2021-07-13 02:17:55 +09:00
parent cce46f8db1
commit adb9fc5773

View file

@ -35,8 +35,6 @@ end
namespace :zeitwerk do
desc "Checks project structure for Zeitwerk compatibility"
task check: :environment do
ensure_zeitwerk_mode[]
begin
eager_load[]
rescue NameError => e