module YlChat

Constants

VERSION

Attributes

identity_meta[RW]
room_meta[RW]
trust_ips[RW]
yl_chat_url[RW]

Public Class Methods

routes(application) click to toggle source
# File lib/yl_chat.rb, line 22
def routes(application)
  application.mount YlChat::Engine => "/notifications"
end
setup() { |self| ... } click to toggle source
# File lib/yl_chat.rb, line 18
def setup
  yield self
end