Guest User

Untitled

a guest
Feb 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. % diff -u base.rb\~ base.rb
  2. --- base.rb~ 2006-08-10 13:33:17.000000000 -0500
  3. +++ base.rb 2006-08-15 13:00:38.000000000 -0500
  4. @@ -943,7 +943,7 @@
  5. elsif template_exists? && template_public?
  6. render
  7. else
  8. - raise UnknownAction, "No action responded to #{action_name}", caller
  9. + raise UnknownAction, "No action responded to #{action_name} within #{self.class}", caller
  10. end
  11. end
Add Comment
Please, Sign In to add comment