Class: Rails::Application::RoutesReloader

Inherits:
Object
  • Object
show all
Defined in:
lib/faye-rails/routing_hooks.rb

Instance Method Summary collapse

Instance Method Details

#clear_with_faye_servers!Object



44
45
46
47
# File 'lib/faye-rails/routing_hooks.rb', line 44

def clear_with_faye_servers!
  FayeRails.servers.clear!
  clear_without_faye_servers!
end