fga-gpp-mds/2017.1-Escola-X

View on GitHub
app/controllers/application_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
# File name: application_controller.rb
# Class name: ApplicationController
# Description: All other controllers in turn inherit from ApplicationController
class ApplicationController < ActionController::Base
  protect_from_forgery with: :exception
end