Skip to content

Commit f02e021

Browse files
committed
fixed view file resolution in datamapper recipe
1 parent 48a4a1e commit f02e021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/data_mapper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ get '/' do
4040
end
4141
```
4242

43-
Finally, the view at `./view/index.html`:
43+
Finally, the view at `./view/index.erb`:
4444

4545
```erb
4646
<% @posts.each do |post| %>

0 commit comments

Comments
 (0)