Martin

Results 3 comments of Martin

I tried `bundle exec eye l config/worker.eye` as you suggest but still same error. Could it be because autoload is deprecated?

I don't think so... spree_globalize just added new method for update ``` before_filter :update_i18n_settings, only: :update private def update_i18n_settings params.each do |name, value| next unless SpreeGlobalize::Config.has_preference? name SpreeGlobalize::Config[name] = value.map(&:to_sym)...