user.otp_code # => '850738'
qr = RQRCode::QRCode.new('http://github.com')
result = ''
qr.qrcode.modules.each do |row|
row.each do |col|
result << (col ? 'X' : 'O')
end
result << "\n"
end
this.playerTarget you could use a DOM selector like document.getElementByIdconnect(), initialize(), and disconnect() as those are functions for stimulus. Since your ID attribute of your video player is my-video then you would need to change the selector to document.getElementById('my-video') import videojs from 'video.js'
import 'video.js/dist/video-js.css'
$(document).on('turbolinks:load', function(){
let videoPlayer = videojs(document.getElementById('my-video'), {
controls: true,
playbackRates: [0.5, 1, 2],
autoplay: false,
fluid: true
})
videoPlayer.addClass('video-js')
videoPlayer.addClass('vjs-big-play-centered')
});