This repository was archived by the owner on Jul 14, 2025. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork121
Commit3bbee89
committed
DEV: Remove unnecessary require
As we’re upgrading Discourse to Rails 7+, we’re also renaming and movingsome files to better follow Rails conventions on that matter.The current `require_dependency` call prevents us to do that and is notnecessary as the file referenced here is part of the autoload path.1 parent4073efa commit3bbee89
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
| |||
0 commit comments
Comments
(0)