lib/protolink/channel.rb in protolink-0.2.1 vs lib/protolink/channel.rb in protolink-0.2.2
- old
+ new
@@ -42,10 +42,10 @@
@description = attributes['description']
@loaded = true
end
def send_message(message)
- connection.post("/api/v1/meeps/create", :body => {:channel_id => self.id, :message => message})
+ connection.post("/api/v1/meeps", :body => {:channel_id => self.id, :message => message})
end
def connection
@connection
end