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 bee10e7 commit 1df5643Copy full SHA for 1df5643
index.html
@@ -2,6 +2,10 @@
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8" />
5
+ <meta
6
+ name="description"
7
+ content="A Stimulus controller to create new fields on the fly to populate your Rails relationship."
8
+ />
9
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10
<link href="https://unpkg.com/tailwindcss@^2.0/dist/tailwind.min.css" rel="stylesheet" />
11
<script src="https://unpkg.com/[email protected]/dist/stimulus.umd.js" defer></script>
0 commit comments