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 3e5e85d commit a2c8785Copy full SHA for a2c8785
app/javascript/controllers/forms/frame.js
@@ -3,6 +3,8 @@ import debug from '../../utils/debug';
3
4
const console = debug('app:javascript:controllers:forms:frame');
5
6
+// This controller is used to handle form submissions that should redirect out
7
+// of a Turbo Frame.
8
export default class extends Controller {
9
static targets = ['refreshButton'];
10
static values = {
0 commit comments