Changes for Fedora ruby 3.4 and rails 8
This commit is contained in:
@@ -227,6 +227,7 @@ module Qwaiter
|
||||
|
||||
# Custom directories with classes and modules you want to be autoloadable.
|
||||
# config.autoload_paths += %W(#{config.root}/extras)
|
||||
config.autoload_paths << Rails.root.join('app/services').to_s
|
||||
|
||||
# Only load the plugins named here, in the order given (default is alphabetical).
|
||||
# :all can be used as a placeholder for all plugins not explicitly named.
|
||||
@@ -254,7 +255,8 @@ module Qwaiter
|
||||
# Enable escaping HTML in JSON.
|
||||
config.active_support.escape_html_entities_in_json = true
|
||||
|
||||
initializer 'mozo.cmtool', after: 'cmtool.build_menu' do
|
||||
# initializer 'mozo.cmtool', after: 'cmtool.build_menu' do
|
||||
config.after_initialize do
|
||||
Cmtool::Menu.register do
|
||||
before :users do
|
||||
group label: :mozo do # Allow other tools to inject into the mozo menu
|
||||
|
||||
Reference in New Issue
Block a user