]> git.openstreetmap.org Git - rails.git/blob - config/initializers/better_errors.rb
Just pass the user object, rather than the display_name, to the user_path helper
[rails.git] / config / initializers / better_errors.rb
1 ENV.fetch("TRUSTED_IPS", "").split.each do |ip|
2   BetterErrors::Middleware.allow_ip! ip
3 end