Guest User

Untitled

a guest
Jul 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. require File.expand_path('../boot', __FILE__)
  2.  
  3. require 'rails/all'
  4.  
  5. Bundler.require(:default, Rails.env) if defined?(Bundler)
  6.  
  7. module MyApp
  8. class Application < Rails::Application
  9. config.encoding = "utf-8"
  10.  
  11. config.filter_parameters += [:password]
  12.  
  13. config.admin_domain_names = [ 'domain.com', 'etc.domain.com' ]
  14. end
  15. end
Add Comment
Please, Sign In to add comment