excid3 / simple_calendar

A wonderfully simple calendar gem for Rails
http://excid3.github.io/simple_calendar
MIT License
1.58k stars 268 forks source link

Fix Rails deprecation warnings #259

Closed mbobin closed 3 years ago

mbobin commented 3 years ago

Related to https://github.com/rails/rails/issues/36546

It updates the autoloading to remove the deprecation warnings, like described in https://guides.rubyonrails.org/engines.html#load-and-configuration-hooks

excid3 commented 3 years ago

Thanks @mbobin 👍