Skip to content

Commit

Permalink
Exception thrown because room doesn't have a logger?
Browse files Browse the repository at this point in the history
  • Loading branch information
icco committed Apr 8, 2014
1 parent 1e1b595 commit 23358ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/firering/data/room.rb
Expand Up @@ -23,6 +23,10 @@ def users(&callback)
end
end

def logger
self.connection.logger
end

# Updates an existing room. Only admins can rename a room, although any
# user (except guests) may set the topic. Omitting either key results in
# that attribute being ignored. To remove a room topic, simply provide an
Expand Down

0 comments on commit 23358ff

Please sign in to comment.