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 31f1516 commit 95ff57aCopy full SHA for 95ff57a
README.md
@@ -221,6 +221,17 @@ Include CSS stylesheets in `app/assets/stylesheets/application.css`.
221
*/
222
```
223
224
+### Enabling in Rails 6 (Sprokets 5)
225
+
226
+Rails 6 top-level targets are determined via `./app/assets/config/manifest.js`. Specify `grape-swagger-rails` asset files as follows.
227
228
+```javascript
229
+//= link grape_swagger_rails/application.css
230
+//= link grape_swagger_rails/application.js
231
+```
232
233
+See [Upgrading Sprokets](https://github.com/rails/sprockets/blob/master/UPGRADING.md#manifestjs) for more information.
234
235
## Contributors
236
237
* [unloved](https://github.com/unloved)
0 commit comments