class CSRFController
Public Instance Methods
Source
# File app/controllers/csrf_controller.rb, line 8 def new render json: { token: form_authenticity_token } end
# File app/controllers/csrf_controller.rb, line 8 def new render json: { token: form_authenticity_token } end