Skip to content

Commit da700c9

Browse files
authored
Follow Rails' convention
1 parent 83a682a commit da700c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generation process is fraught with conditionals and loops. Here's a simple
66
example:
77

88
``` ruby
9-
# app/views/message/show.json.jbuilder
9+
# app/views/messages/show.json.jbuilder
1010

1111
json.content format_content(@message.content)
1212
json.(@message, :created_at, :updated_at)

0 commit comments

Comments
 (0)