Skip to content

Commit 920260e

Browse files
committedApr 15, 2015
Nuke the defoverridable
Per Sugar's #69
1 parent 3020bc5 commit 920260e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎lib/http_router.ex

-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ defmodule HttpRouter do
151151
do_call(conn, opts)
152152
end
153153

154-
defoverridable [init: 1, call: 2]
155-
156154
if unquote(options[:allow_copy_req_content_type]) == true do
157155
def copy_req_content_type(conn, _opts) do
158156
default = unquote(options[:default_content_type])

0 commit comments

Comments
 (0)