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