Files
rails/actionpack/lib/action_controller/abstract/exceptions.rb
Yehuda Katz + Carl Lerche 0cac68d3be Revert "Whitespace!"
This reverts commit a747ab5b20.
2009-05-11 15:03:24 -07:00

3 lines
74 B
Ruby

module AbstractController
class ActionNotFound < StandardError ; end
end