Commit f10e528
committed
fix: Comment out active_storage config in all environments
Missed active_storage configuration in development.rb and production.rb
which caused CI failures when the application tried to boot.
Changes:
- Commented out config.active_storage.service in development.rb
- Commented out config.active_storage.service in production.rb
This completes the removal of ActiveStorage dependency.1 parent 74dc59c commit f10e528
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments