Skip to content

Commit a2c8785

Browse files
committed
Add comment
1 parent 3e5e85d commit a2c8785

File tree

1 file changed

+2
-0
lines changed
  • app/javascript/controllers/forms

1 file changed

+2
-0
lines changed

app/javascript/controllers/forms/frame.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import debug from '../../utils/debug';
33

44
const console = debug('app:javascript:controllers:forms:frame');
55

6+
// This controller is used to handle form submissions that should redirect out
7+
// of a Turbo Frame.
68
export default class extends Controller {
79
static targets = ['refreshButton'];
810
static values = {

0 commit comments

Comments
 (0)