We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283f0d9 commit 159b144Copy full SHA for 159b144
docs/rails-utils.md
@@ -8,11 +8,11 @@ Superglue typically requires 3 templates.
8
```
9
app/views/
10
posts/
11
- index.html.erb # typically duplicated
+ index.html.erb # duplicated
12
index.jsx
13
index.json.props
14
users/
15
- index.html.erb
16
17
18
@@ -46,15 +46,13 @@ app/views
46
47
48
49
-and allow for `props` files for cases where you don't need props.
+and omit `props` files for cases when there is no content.
50
51
52
app/views
53
application/
54
superglue.html.erb
55
- posts/
56
- index.jsx
57
- users/
+ about/
58
59
60
0 commit comments