Skip to content

Commit 1d4719b

Browse files
committed
yolo
1 parent 493484a commit 1d4719b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example_app_generator/generate_app.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,8 @@
7575
end
7676
create_file 'app/assets/stylesheets/application.css'
7777
end
78+
79+
if Rails::VERSION::STRING < '7.1'
80+
prepend_to_file "config/application.rb", "require 'logger'\n"
81+
end
7882
end

0 commit comments

Comments
 (0)