5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
App.Routers.Comments = App.Routers.Stream.extend({
|
|
routes: {
|
|
"comment_stream": "stream"
|
|
}
|
|
});
|