Guest User

Untitled

a guest
May 17th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. class ApplicationController < ActionController::Base
  2. include AuthenticatedSystem
  3. protect_from_forgery
  4. filter_parameter_logging :password, :ssn
  5. include ExceptionNotifiable
  6.  
  7. # private
  8.  
  9. # def local_request?
  10. # false
  11. # end
  12. end
Add Comment
Please, Sign In to add comment