Guest User

Untitled

a guest
Apr 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. begin
  2. require_dependency 'application_controller'
  3. rescue LoadError => e
  4. puts e
  5. puts e.backtrace.join("\n")
  6. require_dependency 'application'
  7. end
  8.  
  9. [...]
Add Comment
Please, Sign In to add comment