thoughtbot / griddler

Simplify receiving email in Rails (deprecated)
http://griddler.io/
MIT License
1.38k stars 199 forks source link

doc: Do not use the actual constants in initialize #315

Closed tilsammans closed 4 months ago

tilsammans commented 5 years ago

This is not compatible with Rails 6.1.

Due to Zeitwerk, constants in initializers must be specified as String, or wrapped in an on_load hook.

davidwessman commented 2 years ago

Thank you for this PR @tilsammans, now I figured outhow to fix that warning 🙂

tilsammans commented 2 years ago

Happy to help!