We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a682a commit da700c9Copy full SHA for da700c9
README.md
@@ -6,7 +6,7 @@ generation process is fraught with conditionals and loops. Here's a simple
6
example:
7
8
``` ruby
9
-# app/views/message/show.json.jbuilder
+# app/views/messages/show.json.jbuilder
10
11
json.content format_content(@message.content)
12
json.(@message, :created_at, :updated_at)
0 commit comments