Method: ActionDispatch::Http::URL#standard_port?
- Defined in:
- lib/action_dispatch/http/url.rb
#standard_port? ⇒ Boolean
Returns whether this request is using the standard port
62 63 64 |
# File 'lib/action_dispatch/http/url.rb', line 62 def standard_port? port == standard_port end |