Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.27 KB | None | 0 0
  1. class Application < Rails::Application
  2.     # Configure the default encoding used in templates for Ruby 1.9.
  3.     config.encoding = "utf-8"
  4.  
  5.     # Configure sensitive parameters which will be filtered from the log file.
  6.     config.filter_parameters += [:password]
  7.   end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement