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 5d0912f commit 0155a72Copy full SHA for 0155a72
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