Building a Trello Clone with VueJS and Rails
In Part 2 of this series, to add a card to a list, we use the Rails.ajax method. I get an error Uncaught ReferenceError: Rails is not defined at VueComponent.submitMessages
in vue.app. How do I get Vue to recognise Rails?