class WebsocketRails::ConfigDeprecationError

Public Instance Methods

to_s() click to toggle source
# File lib/websocket-rails.rb, line 87
def to_s
  out = "Deprecation Error:\n\n\t"
  out << "config/initializers/events.rb has been moved to config/events.rb\n\t"
  out << "Make sure events.rb is in the proper location and the old one has been removed.\n\t"
  out << "More information can be found in the wiki.\n\n"
end