Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.15 KB | None | 0 0
  1. class Application < Rails::Application
  2.     config.encoding = "utf-8"
  3.     config.filter_parameters += [:password]
  4.  
  5.     def foo
  6.         "bar"
  7.     end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement