Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # write this code in config/initializers/
  2. # Rails will load this logic before booting up Rails server
  3. unless Rails.env.development?
  4. Gem.path.each do |path|
  5. Warning.ignore(//, path)
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement