AlchemyCMS/alchemy_cms

View on GitHub
lib/alchemy/dev_support/live_reload_watcher.rb

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
module Alchemy
  class LiveReloadWatcher < RailsLiveReload::Watcher
    def root = Alchemy::Engine.root
  end
end