Commit 2b732f9
Fix Rails 8.1 compatibility by requiring ActiveSupport delegation (#207)
Rails 8.1.0's railties now uses delegate_missing_to in Rails::Initializable::Collection,
which requires ActiveSupport's delegation extensions to be loaded first.
Fixes NoMethodError: undefined method 'delegate_missing_to' for Rails::Initializable::Collection:Class
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent a1a7dd6 commit 2b732f9
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments