File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ lib/**/*.rb
4
4
--asset docs/images:images
5
5
-
6
6
README.rdoc
7
- CHANGELOG.rdoc
7
+ CHANGELOG.md
8
8
docs/**/*.md
Original file line number Diff line number Diff line change 5
5
Render your index page as a set of posts. The post has two main options:
6
6
title and body.
7
7
8
- index : as => : blog do
9
- title : my_title # Calls #my_title on each resource
10
- body : my_body # Calls #my_body on each resource
11
- end
8
+ index :as => :blog do
9
+ title :my_title # Calls #my_title on each resource
10
+ body :my_body # Calls #my_body on each resource
11
+ end
12
12
13
13
## Post Title
14
14
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ module Views
6
6
# Render your index page as a set of posts. The post has two main options:
7
7
# title and body.
8
8
#
9
- # index :as => :blog do
10
- # title :my_title # Calls #my_title on each resource
11
- # body :my_body # Calls #my_body on each resource
12
- # end
9
+ # index :as => :blog do
10
+ # title :my_title # Calls #my_title on each resource
11
+ # body :my_body # Calls #my_body on each resource
12
+ # end
13
13
#
14
14
# == Post Title
15
15
#
You can’t perform that action at this time.
0 commit comments