diff --git a/More/Examples/BlogApplication.st b/More/Examples/BlogApplication.st index 2a5d5b3..45aca57 100644 --- a/More/Examples/BlogApplication.st +++ b/More/Examples/BlogApplication.st @@ -108,7 +108,7 @@ Application subclass: BlogApplication [ post := self model posts detect: [:each | (each title , each hash printString) = path] ifNone: [self redirectToIndex]. - ^[:e | e build: (self postContentsFor: post)] + ^self postContentsFor: post ] posts [