I am trying to install the rails-csrf rpm package. The instructions on the rails-csrf github website say: "Add a model to the model of your application so that your token is automatically downloaded." Where is the application route?
I think it should be app / routes / application.js, but this file does not exist. Shouldn't this be created by default with the new ember command?
source share