# File lib/tinder/room.rb, line 296
    def post(action, body = nil)
      connection.post(room_url_for(action), body)
    end