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 8854a3a commit 996316fCopy full SHA for 996316f
source/peeks/_hanami.md
@@ -30,3 +30,4 @@ module API::Controllers::Posts
30
end
31
32
```
33
+Further instructions are in the [getting started guide for Hanami](guides/getting_started/hanami).
source/peeks/_plain.md
@@ -30,3 +30,5 @@ resource.to_h
# comments_types: ['comments', 'comments', 'comments']
# }
+
34
+Further instructions are in the [getting started guide for plain Ruby](guides/getting_started/plain_ruby).
source/peeks/_rails.md
@@ -19,3 +19,5 @@ class PostsController < ApplicationController
19
20
21
22
23
+Further instructions are in the [getting started guide for Rails](guides/getting_started/rails).
0 commit comments