mirror of
https://github.com/basecamp/once-campfire.git
synced 2026-03-13 05:35:16 +09:00
[Event Logger Controller fix] - renaming the file to event_log_controller.js
This commit is contained in:
7
app/javascript/controllers/event_log_controller.js
Normal file
7
app/javascript/controllers/event_log_controller.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { Controller } from "@hotwired/stimulus"
|
||||
|
||||
export default class extends Controller {
|
||||
log(event) {
|
||||
console.log(event)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user