module ActionDispatch::Http::URL

def server_port

def server_port
  @env['SERVER_PORT'].to_i
end