From 920260e37372e67fe9031cd98095c1a3463ed121 Mon Sep 17 00:00:00 2001 From: "Ryan S. Northrup" Date: Wed, 15 Apr 2015 10:57:44 -0700 Subject: [PATCH] Nuke the `defoverridable` Per Sugar's #69 --- lib/http_router.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/http_router.ex b/lib/http_router.ex index 0fb590f..84dce64 100644 --- a/lib/http_router.ex +++ b/lib/http_router.ex @@ -151,8 +151,6 @@ defmodule HttpRouter do do_call(conn, opts) end - defoverridable [init: 1, call: 2] - if unquote(options[:allow_copy_req_content_type]) == true do def copy_req_content_type(conn, _opts) do default = unquote(options[:default_content_type])