Guest User

Untitled

a guest
Jul 23rd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ## environment.rb
  2.  
  3.  
  4. module I18n
  5. def just_raise_that_exception(*args)
  6. raise args.first
  7. end
  8. end
  9.  
  10. I18n.exception_handler = :just_raise_that_exception
  11.  
  12. ## foo/bar/blah/index.html.erb
  13.  
  14. <%= t '.bad_key' %>
Add Comment
Please, Sign In to add comment