Class: ActionDispatch::Routing::Endpoint
- Inherits:
-
Object
- Object
- ActionDispatch::Routing::Endpoint
show all
- Defined in:
- actionpack/lib/action_dispatch/routing/endpoint.rb
Overview
Instance Method Summary
collapse
Instance Method Details
9
|
# File 'actionpack/lib/action_dispatch/routing/endpoint.rb', line 9
def app; self; end
|
#dispatcher? ⇒ Boolean
6
|
# File 'actionpack/lib/action_dispatch/routing/endpoint.rb', line 6
def dispatcher?; false; end
|
#matches?(req) ⇒ Boolean
8
|
# File 'actionpack/lib/action_dispatch/routing/endpoint.rb', line 8
def matches?(req); true; end
|
#redirect? ⇒ Boolean
7
|
# File 'actionpack/lib/action_dispatch/routing/endpoint.rb', line 7
def redirect?; false; end
|