Sha256: 118ffaf75b70fc0de179f8b9f7f5571055a12d324fcde998534b8a2e4dab7ba7
Contents?: true
Size: 506 Bytes
Versions: 4
Compression:
Stored size: 506 Bytes
Contents
require 'thecore_auth_commons_actioncontroller_concerns' Rails.application.configure do config.after_initialize do # In development be sure to load all the namespaces # in order to have working reflection and meta-programming. # if Rails.env.development? Rails.configuration.eager_load_namespaces.each(&:eager_load!) if Rails.version.to_i == 5 #Rails 5 Zeitwerk::Loader.eager_load_all if Rails.version.to_i >= 6 #Rails 6 end end end
Version data entries
4 entries across 4 versions & 1 rubygems