We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5482c63 commit 605cc2eCopy full SHA for 605cc2e
lib/alchemy/engine.rb
@@ -64,11 +64,11 @@ class Engine < Rails::Engine
64
65
config.to_prepare do
66
elements_reloader = Rails.application.config.file_watcher.new([ElementDefinition.definitions_file_path]) do
67
- Rails.logger.info "[#{engine_name}] Reloading Element Definitions."
+ Rails.logger.info "[alchemy] Reloading Element Definitions."
68
ElementDefinition.reset!
69
end
70
page_layouts_reloader = Rails.application.config.file_watcher.new([PageDefinition.layouts_file_path]) do
71
- Rails.logger.info "[#{engine_name}] Reloading Page Layouts."
+ Rails.logger.info "[alchemy] Reloading Page Layouts."
72
PageDefinition.reset!
73
74
[elements_reloader, page_layouts_reloader].each do |reloader|
0 commit comments