Commit 3534fd0
committed
Fix RuboCop offense in warden initializer
```
config/initializers/warden.rb:7:99: C: [Correctable] Rails/FindEach: Use find_each instead of each.
```1 parent 3f2a2fd commit 3534fd0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments