andrewhao/cyclecity-core

View on GitHub
app/controllers/pages_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
class PagesController < ApplicationController
  skip_before_action :verify_authenticity_token
  skip_before_action :protect_from_forgery

  def root
  end
end