Started to Implement D-A, and roles scaffold - Need to finish Test Suite
[base_ror3_portal.git] / app / controllers / application_controller.rb
blob2df2df85302745674e09d0dbac81848659098518
1 class ApplicationController < ActionController::Base
2   protect_from_forgery
3   include SslRequirement
5 end