method
new
rails latest stable - Class:
ActionDispatch::PublicExceptions
new(public_path)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/public_exceptions.rb, line 19
def initialize(public_path)
@public_path = public_path
end