lib/faye-rails.rb in faye-rails-2.0.0 vs lib/faye-rails.rb in faye-rails-2.0.1

- old
+ new

@@ -12,9 +12,10 @@ end autoload :Controller, File.join(ROOT, 'faye-rails', 'controller') autoload :RackAdapter, File.join(ROOT, 'faye-rails', 'rack_adapter') autoload :Filter, File.join(ROOT, 'faye-rails', 'filter') + autoload :Matcher, File.join(ROOT, 'faye-rails', 'matcher') def self.servers @servers ||= ServerList.new end