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