You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixesglobalize#45
> Globalize load ActiveRecord too early (before initializers)
Which meant that setting active_record configuration in initializers did not work.
Adding
gem 'globalize-accessors'
to 'Gemfile' in a new Rails app, will mean setting active_record configuration in initializers won't work.Example
Maybe the code in https://github.com/globalize/globalize-accessors/blob/master/lib/globalize-accessors.rb#L64 needs to be wrapped in
https://guides.rubyonrails.org/engines.html#configuration-hooks
The text was updated successfully, but these errors were encountered: